共用方式為


DtsProperty.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. nullnull 參考 (在 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 以程式設計方式加入連接.

請參閱

參考

DtsProperty 類別

Microsoft.SqlServer.Dts.Runtime 命名空間