ServiceClient.ServiceVersionGet Method (International, OperationResult, Version)

 

Applies To: SQL Server 2016 Preview

Retrieves the version of the service instance.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public int ServiceVersionGet(
    International International,
    out OperationResult OperationResult,
    out Version Version
)
public:
int ServiceVersionGet(
    International^ International,
    [OutAttribute] OperationResult^% OperationResult,
    [OutAttribute] Version^% Version
)
member ServiceVersionGet : 
        International:International *
        OperationResult:OperationResult byref *
        Version:Version byref -> int
Public Function ServiceVersionGet (
    International As International,
    <OutAttribute> ByRef OperationResult As OperationResult,
    <OutAttribute> ByRef Version As Version
) As Integer

Parameters

  • Version
    Type: System.Version

    When this method returns, contains the service version. This parameter is passed uninitialized.

Return Value

Type: System.Int32

The version of the service instance.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top