Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcVersionAttribute class with the specified property versions. 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, _
endMajor As Integer _
)
'Usage
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
)
Parameters
- 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.