Proprietà ServiceName
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Property ServiceName As String
Get
Set
'Utilizzo
Dim instance As IDTSWebServiceTask
Dim value As String
value = instance.ServiceName
instance.ServiceName = value
string ServiceName { get; set; }
property String^ ServiceName {
String^ get ();
void set (String^ value);
}
abstract ServiceName : string with get, set
function get ServiceName () : String
function set ServiceName (value : String)
Valore proprietà
Tipo: System. . :: . .String