Partager via


Propriété AcceptsMultipleHits

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times.

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

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property AcceptsMultipleHits As Boolean
    Get
'Utilisation
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

Valeur de propriété

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