ManagedInstance.Version Property

Definition

Specifies the version of the server instance.

public:
 property System::String ^ Version { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string Version { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.Version : string
Public ReadOnly Property Version As String

Property Value

A String containing the version of the server instance.

Attributes

Applies to