Propriedade Connection
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
Consulte também