Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the name of the connection manager used to create the connection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property ConnectionType As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String that contains the name of the connection manager used to create the connection.
Comentarios
For more information, see DtsProperty.