Freigeben über


AcceptsMultipleHits-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a value indicating whether the ConditionedSql object can be added multiple times.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property AcceptsMultipleHits As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.AcceptsMultipleHits
protected virtual bool AcceptsMultipleHits { get; }
protected:
virtual property bool AcceptsMultipleHits {
    bool get ();
}
abstract AcceptsMultipleHits : bool
override AcceptsMultipleHits : bool
function get AcceptsMultipleHits () : boolean

Eigenschaftswert

Typ: System. . :: . .Boolean
true if the ConditionedSql object can be added multiple times; otherwise, false.