Partilhar via


Construtor SfcVersionAttribute (Int32, Int32)

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

Parâmetros

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

Consulte também

Referência

SfcVersionAttribute Classe

Sobrecarregado SfcVersionAttribute

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata