ExtendedProperty.CreationName プロパティ

ランタイム エンジンが使用する文字列を返します。ランタイム エンジンは、この文字列を使用して ExtendedProperty オブジェクトのインスタンスを作成し、ExtendedProperties コレクションにこのオブジェクトを追加します。 このプロパティは読み取り専用です。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public ReadOnly Property CreationName As String 
    Get
'使用
Dim instance As ExtendedProperty 
Dim value As String 

value = instance.CreationName
public string CreationName { get; }
public:
virtual property String^ CreationName {
    String^ get () sealed;
}
abstract CreationName : string 
override CreationName : string
final function get CreationName () : String

プロパティ値

型: System.String
名前を表す String です。完全修飾アセンブリ名 (マネージ アセンブリの場合) か、PROGID または CLSID (COM DLL の場合) です。

実装

IDTSName.CreationName

関連項目

参照

ExtendedProperty クラス

Microsoft.SqlServer.Dts.Runtime 名前空間