다음을 통해 공유


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.

참고 항목

참조

ServiceVersionGetResponse 클래스

ServiceVersionGetResponse 오버로드

Microsoft.MasterDataServices 네임스페이스