ServiceVersionGetResponse 建構函式 (Int32, OperationResult, Version)
Initializes a new instance of the ServiceVersionGetResponse class with the specified values.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
ApiContractVersion As Integer, _
OperationResult As OperationResult, _
Version As Version _
)
'用途
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
)
參數
- ApiContractVersion
型別:System.Int32
The version of the API contract.
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult
The result of the operation.
- Version
型別:System.Version
The version of the service instance.