VersionMajor Propiedad
Gets the major version number of the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property VersionMajor As Integer
Get
'Uso
Dim instance As Information
Dim value As Integer
value = instance.VersionMajor
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int VersionMajor { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property int VersionMajor {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member VersionMajor : int
function get VersionMajor () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 object that specifies the major version number of the instance of SQL Server.
Vea también