Compartir a través de


Used Propiedad

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

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 Used As Boolean
    Get
'Uso
Dim instance As ConditionedSql
Dim value As Boolean

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

Valor de la propiedad

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