ConnectionType 속성

Returns the name of the connection manager used to create the connection. This field is read-only.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property ConnectionType As String
    Get
‘사용 방법
Dim instance As DtsProperty
Dim value As String

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

속성 값

유형: System. . :: . .String
A String that contains the name of the connection manager used to create the connection. nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) if the object is not a connection manager.

주의

A partial list of connection manager types included with Integration Services (SSIS)are:

  • ADO, the connection manager for ActiveX Data Objects (ADO)

  • ADO.NET, the connection manager for ADO.NET

  • FILE, the connection manager for files

For a complete list of connection managers included with SSIS and their associated names, see 프로그래밍 방식으로 연결 추가.