Freigeben über


SfcSkuAttribute.Exclusive-Eigenschaft

Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. 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 ReadOnly Property Exclusive As Boolean 
    Get
'Usage
Dim instance As SfcSkuAttribute 
Dim value As Boolean 

value = instance.Exclusive
public bool Exclusive { get; }
public:
property bool Exclusive {
    bool get ();
}
member Exclusive : bool
function get Exclusive () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the specified SKU's are exclusive; otherwise, false.

Siehe auch

Verweis

SfcSkuAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace