Share via


SfcSkuAttribute.Exclusive Property

Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. 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 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

Property Value

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

See Also

Reference

SfcSkuAttribute Class

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