Partager via


Constructeur SfcSkuAttribute (String, Boolean)

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

Dim instance As New SfcSkuAttribute(skuName, _
    exclusive)
public SfcSkuAttribute(
    string skuName,
    bool exclusive
)
public:
SfcSkuAttribute(
    String^ skuName, 
    bool exclusive
)
new : 
        skuName:string * 
        exclusive:bool -> SfcSkuAttribute
public function SfcSkuAttribute(
    skuName : String, 
    exclusive : boolean
)

Paramètres

  • exclusive
    Type : System.Boolean
    Indicates whether the specified SKU is exclusive or inclusive.

Voir aussi

Référence

SfcSkuAttribute Classe

Surcharge SfcSkuAttribute

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