Свойство IDTSProperty100.ConnectionType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the name of the connection manager used to create the connection.

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

Синтаксис

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

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

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

Тип: System.String
A String that contains the name of the connection manager used to create the connection.

Замечания

For more information, see DtsProperty.

См. также

Справочник

IDTSProperty100 Интерфейс

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