Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
endpointConfigurationName As String _
)
'Usage
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
)
Parameter
- endpointConfigurationName
Typ: System.String
The name of the endpoint configuration.