SfcVersionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- beginMajor
- Int32
Applies to
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)
Parameters
- beginMajor
- Int32
- endMajor
- Int32
Applies to
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)
Parameters
- beginMajor
- Int32
- beginMinor
- Int32
- beginBuild
- Int32
- beginRevision
- Int32
Applies to
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)
Parameters
- beginMajor
- Int32
- beginMinor
- Int32
- beginBuild
- Int32
- beginRevision
- Int32
- endMajor
- Int32
- endMinor
- Int32
- endBuild
- Int32
- endRevision
- Int32