Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the name of the Web service.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property ServiceName As String
Get
Set
'Usage
Dim instance As WebServiceTask
Dim value As String
value = instance.ServiceName
instance.ServiceName = value
public string ServiceName { get; set; }
public:
virtual property String^ ServiceName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ServiceName : string with get, set
override ServiceName : string with get, set
final function get ServiceName () : String
final function set ServiceName (value : String)
Property Value
Type: System.String
The name of the Web service.
Implements
IDTSWebServiceTask.ServiceName
Remarks
The service name specifies the service that provides the operation or the method.