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 ServiceVersionGetResponse class with the specified values.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
ApiContractVersion As Integer, _
OperationResult As OperationResult, _
Version As Version _
)
'Usage
Dim ApiContractVersion As Integer
Dim OperationResult As OperationResult
Dim Version As Version
Dim instance As New ServiceVersionGetResponse(ApiContractVersion, _
OperationResult, Version)
public ServiceVersionGetResponse(
int ApiContractVersion,
OperationResult OperationResult,
Version Version
)
public:
ServiceVersionGetResponse(
int ApiContractVersion,
OperationResult^ OperationResult,
Version^ Version
)
new :
ApiContractVersion:int *
OperationResult:OperationResult *
Version:Version -> ServiceVersionGetResponse
public function ServiceVersionGetResponse(
ApiContractVersion : int,
OperationResult : OperationResult,
Version : Version
)
Parameter
- ApiContractVersion
Typ: System.Int32
The version of the API contract.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The result of the operation.
- Version
Typ: System.Version
The version of the service instance.
Siehe auch
Verweis
ServiceVersionGetResponse Klasse