FlatFileColumn.CreationName 属性

定义

返回 Integration Services 运行时用来创建 FlatFileColumn 对象实例的字符串。 此属性为只读。

public:
 property System::String ^ CreationName { System::String ^ get(); };
public string CreationName { get; }
member this.CreationName : string
Public ReadOnly Property CreationName As String

属性值

一个包含名称的字符串。 此名称可能是托管程序集的完全限定程序集名称,也可能是 COM DLL 的 PROGID 或 CLSID。

实现

适用于