ID 属性

Gets the GUID for this instance.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property ID As String
    Get
用法
Dim instance As ExtendedProperty
Dim value As String

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

属性值

类型:System. . :: . .String
A String that contains a GUID that identifies this instance of the class.

实现

IDTSName. . :: . .ID