Compartilhar via


Construtor SfcVersionAttribute (Int32)

Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    beginMajor As Integer _
)
'Uso
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
)

Parâmetros