Поделиться через


Свойство 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