SfcVersionAttribute 构造函数 (Int32)

Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Sub New ( _
    beginMajor As Integer _
)
用法
Dim beginMajor As Integer 

Dim instance As New SfcVersionAttribute(beginMajor)
public SfcVersionAttribute(
    int beginMajor
)
public:
SfcVersionAttribute(
    int beginMajor
)
new : 
        beginMajor:int -> SfcVersionAttribute
public function SfcVersionAttribute(
    beginMajor : int
)

参数

  • beginMajor
    类型:System.Int32
    A version on which support for this property started.

请参阅

参考

SfcVersionAttribute 类

SfcVersionAttribute 重载

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间