SfcVersionAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| SfcVersionAttribute(Int32) | |
| SfcVersionAttribute(Int32, Int32) | |
| SfcVersionAttribute(Int32, Int32, Int32, Int32) | |
| SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
SfcVersionAttribute(Int32)
public SfcVersionAttribute(int beginMajor);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute : int -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute
Public Sub New (beginMajor As Integer)
參數
- beginMajor
- Int32
適用於
SfcVersionAttribute(Int32, Int32)
public SfcVersionAttribute(int beginMajor, int endMajor);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute : int * int -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute
Public Sub New (beginMajor As Integer, endMajor As Integer)
參數
- beginMajor
- Int32
- endMajor
- Int32
適用於
SfcVersionAttribute(Int32, Int32, Int32, Int32)
public SfcVersionAttribute(int beginMajor, int beginMinor, int beginBuild, int beginRevision);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute : int * int * int * int -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute
Public Sub New (beginMajor As Integer, beginMinor As Integer, beginBuild As Integer, beginRevision As Integer)
參數
- beginMajor
- Int32
- beginMinor
- Int32
- beginBuild
- Int32
- beginRevision
- Int32
適用於
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
public SfcVersionAttribute(int beginMajor, int beginMinor, int beginBuild, int beginRevision, int endMajor, int endMinor, int endBuild, int endRevision);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute : int * int * int * int * int * int * int * int -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcVersionAttribute
Public Sub New (beginMajor As Integer, beginMinor As Integer, beginBuild As Integer, beginRevision As Integer, endMajor As Integer, endMinor As Integer, endBuild As Integer, endRevision As Integer)
參數
- beginMajor
- Int32
- beginMinor
- Int32
- beginBuild
- Int32
- beginRevision
- Int32
- endMajor
- Int32
- endMinor
- Int32
- endBuild
- Int32
- endRevision
- Int32