共用方式為


ExtendedProperty.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

請參閱

參考

ExtendedProperty 類別

Microsoft.SqlServer.Dts.Runtime 命名空間