Freigeben über


SfcSkuAttribute-Konstruktor (String, Boolean)

Initializes a new instance of the SfcSkuAttribute class with the specified name of SKU. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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 ( _
    skuName As String, _
    exclusive As Boolean _
)
'Usage
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
)

Parameter