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


Свойство IDTSRuntimeConnection100.IdentificationString

Gets a string that uniquely identifies the IDTSRuntimeConnection100 object.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
ReadOnly Property IdentificationString As String 
    Get
'Применение
Dim instance As IDTSRuntimeConnection100 
Dim value As String 

value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
    String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String

Значение свойства

Тип: System.String
The IDTSRuntimeConnection100 object.

Замечания

The IdentificationString property uniquely identifies the run-time connection and consists of a concatenation of the ObjectType, Name, and ID properties of the run-time connection.

См. также

Справочник

IDTSRuntimeConnection100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper