ServiceVersionGetResponse コンストラクター (Int32, OperationResult, Version)
指定された値を使用して、ServiceVersionGetResponse クラスの新しいインスタンスを初期化します。
名前空間: 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
API コントラクトのバージョン。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
操作の結果です。
- Version
型: System.Version
サービス インスタンスのバージョンです。