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 SfcSkuAttribute class with the specified names of SKU. 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 ( _
skuNames As String(), _
exclusive As Boolean _
)
'Usage
Dim skuNames As String()
Dim exclusive As Boolean
Dim instance As New SfcSkuAttribute(skuNames, _
exclusive)
public SfcSkuAttribute(
string[] skuNames,
bool exclusive
)
public:
SfcSkuAttribute(
array<String^>^ skuNames,
bool exclusive
)
new :
skuNames:string[] *
exclusive:bool -> SfcSkuAttribute
public function SfcSkuAttribute(
skuNames : String[],
exclusive : boolean
)
Parameters
- skuNames
Type: array<System.String[]
Specifies the list of SKU names.
- exclusive
Type: System.Boolean
Indicates whether the list of specified SKU is exclusive or inclusive.