Propriedade do RDL Exclusive
Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the specified SKU's are exclusive; otherwise, false.
Consulte também