ServerSelectionAdapter.VersionMajor 属性

Gets an Int32 value that contains the major digits of the version number.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property VersionMajor As Integer 
    Get
用法
Dim instance As ServerSelectionAdapter 
Dim value As Integer 

value = instance.VersionMajor
public int VersionMajor { get; }
public:
virtual property int VersionMajor {
    int get () sealed;
}
abstract VersionMajor : int 
override VersionMajor : int
final function get VersionMajor () : int

属性值

类型:System.Int32
An Int32 value that contains the major digits of the version number.

实现

IServerSelectionFacet.VersionMajor

请参阅

参考

ServerSelectionAdapter 类

Microsoft.SqlServer.Management.Smo 命名空间