Partager via


Constructeur SfcSkuAttribute (array<String , Boolean)

Initializes a new instance of the SfcSkuAttribute class with the specified names of SKU. 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 ( _
    skuNames As String(), _
    exclusive As Boolean _
)
'Utilisation
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
)

Paramètres

  • 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.

Voir aussi

Référence

SfcSkuAttribute Classe

Surcharge SfcSkuAttribute

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