ServiceClient 构造函数 (String)

Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Sub New ( _
    endpointConfigurationName As String _
)
用法
Dim endpointConfigurationName As String

Dim instance As New ServiceClient(endpointConfigurationName)
public ServiceClient(
    string endpointConfigurationName
)
public:
ServiceClient(
    String^ endpointConfigurationName
)
new : 
        endpointConfigurationName:string -> ServiceClient
public function ServiceClient(
    endpointConfigurationName : String
)

参数