ServiceName 属性

Gets or sets the name of the Web service.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
Public Property ServiceName As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
The name of the Web service.

实现

IDTSWebServiceTask. . :: . .ServiceName

注释

The service name specifies the service that provides the operation or the method.