Partager via


Propriété IDTSProperty100.ConnectionType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property ConnectionType As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper