Partager via


Propriété Exclusive

Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. Ne référencez pas directement 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 ReadOnly Property Exclusive As Boolean
    Get
'Utilisation
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

Valeur de propriété

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