Compartir a través de


ConditionedSql.IsUsed Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a value indicating whether this ConditionedSql object has been used.

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

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ConditionedSql Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc