语言

FlatFileColumn.CreationName 属性

定义

返回集成服务运行时用于创建该 FlatFileColumn 对象实例的字符串。 此属性为只读。

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

属性值

包含名称的字符串。 名称可以是完全限定的装配名称(用于托管装配),也可以是PROGID或CLSID(用于COM DLL)。

实现

适用于