Freigeben über


ConditionedSql.IsUsed-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a value indicating whether this ConditionedSql object has been used.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ConditionedSql Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace