Partager via


Propriété Used

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value that indicates whether this ConditionedSql object has been used at least once.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Used As Boolean
    Get
'Utilisation
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

Valeur de propriété

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