Compartilhar via


Propriedade do RDL ServerVersion.Major

Gets the build number part of the server version information.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Major As Integer 
    Get
'Uso
Dim instance As ServerVersion 
Dim value As Integer 

value = instance.Major
public int Major { get; }
public:
property int Major {
    int get ();
}
member Major : int
function get Major () : int

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the build number part of the server version information.

Consulte também

Referência

ServerVersion Classe

Namespace Microsoft.SqlServer.Management.Common