Condividi tramite


Proprietà AcceptsMultipleHits

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Overridable ReadOnly Property AcceptsMultipleHits As Boolean
    Get
'Utilizzo
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

Valore proprietà

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