SfcVersionAttribute 构造函数 (Int32, Int32)

Initializes a new instance of the SfcVersionAttribute class with the specified property versions. 不要在您的代码中直接引用此成员。它支持 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, _
    endMajor As Integer _
)
用法
Dim beginMajor As Integer
Dim endMajor As Integer

Dim instance As New SfcVersionAttribute(beginMajor, _
    endMajor)
public SfcVersionAttribute(
    int beginMajor,
    int endMajor
)
public:
SfcVersionAttribute(
    int beginMajor, 
    int endMajor
)
new : 
        beginMajor:int * 
        endMajor:int -> SfcVersionAttribute
public function SfcVersionAttribute(
    beginMajor : int, 
    endMajor : int
)

参数