Compartir a través de


Exclusive Propiedad

Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Exclusive As Boolean
    Get
'Uso
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

Valor de la propiedad

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