Partager via


Constructeur SfcVersionAttribute (Int32, Int32)

Initializes a new instance of the SfcVersionAttribute class with the specified property versions. 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, _
    endMajor As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

SfcVersionAttribute Classe

Surcharge SfcVersionAttribute

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