Server.Version Property
Gets the Version property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
<SfcSerializationAdapterAttribute(GetType(VersionSerializationAdapter))> _
Public Property Version As Version
Get
Friend Set
'Kullanım
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)
Property Value
Type: System.Version
Version object.