Compartir a través de


ManagedInstance.Version Propiedad

Specifies the version of the server instance.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Version As String 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As String 

value = instance.Version
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string Version { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ Version {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Version : string
function get Version () : String

Valor de la propiedad

Tipo: System.String
A String containing the version of the server instance.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility