Propriété ConditionedSql.IsUsed
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value indicating whether this ConditionedSql object has been used.
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 IsUsed As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if this ConditionedSql object has been used; otherwise, false.