Partager via


Constructeur SfcVersionAttribute (Int32)

Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    beginMajor As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SfcVersionAttribute Classe

Surcharge SfcVersionAttribute

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata