次の方法で共有


ServiceClient コンストラクター (String)

指定されたエンドポイント構成名を使用して ServiceClient クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター