Compartir a través de


AcceptsMultipleHits Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Overridable ReadOnly Property AcceptsMultipleHits As Boolean
    Get
'Uso
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

Valor de la propiedad

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