SfcVersionAttribute Constructor (Int32)
Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
beginMajor As Integer _
)
'Usage
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
)
Parameters
- beginMajor
Type: System.Int32
A version on which support for this property started.