Freigeben über


Used-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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