IDTSProperty100.ConnectionType Property

Definition

public:
 property System::String ^ ConnectionType { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(10)]
public string ConnectionType { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.ConnectionType : string
Public ReadOnly Property ConnectionType As String

Property Value

A String that contains the name of the connection manager used to create the connection.

Attributes

Remarks

For more information, see DtsProperty.

Applies to