Condividi tramite


Proprietà IsUsed

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a value indicating whether this ConditionedSql object has been used.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsUsed As Boolean
    Get
'Utilizzo
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

Valore proprietà

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