Partilhar via


Propriedade do RDL IsUsed

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value indicating whether this ConditionedSql object has been used.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsUsed As Boolean
    Get
'Uso
Dim instance As ConditionedSql
Dim value As Boolean

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if this ConditionedSql object has been used; otherwise, false.