IDTSWebServiceTask.Connection Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the name of the connection to use.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Property Connection As String
Get
Set
'Uso
Dim instance As IDTSWebServiceTask
Dim value As String
value = instance.Connection
instance.Connection = value
string Connection { get; set; }
property String^ Connection {
String^ get ();
void set (String^ value);
}
abstract Connection : string with get, set
function get Connection () : String
function set Connection (value : String)
Valor de la propiedad
Tipo: System.String
The name of the connection to use.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask