Udostępnij za pośrednictwem


Właściwość Server.Version

Pobiera wartość właściwość wersji.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
<SfcSerializationAdapterAttribute(GetType(VersionSerializationAdapter))> _
Public Property Version As Version
    Get
    Friend Set
'Użycie
Dim instance As Server
Dim value As Version

value = instance.Version
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
[SfcSerializationAdapterAttribute(typeof(VersionSerializationAdapter))]
public Version Version { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
[SfcSerializationAdapterAttribute(typeof(VersionSerializationAdapter))]
public:
property Version^ Version {
    Version^ get ();
    internal: void set (Version^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
[<SfcSerializationAdapterAttribute(typeof(VersionSerializationAdapter))>]
member Version : Version with get, internal set
function get Version () : Version
internal function set Version (value : Version)

Wartość właściwości

Typ: System.Version
Wersja obiektu.