Partilhar via


Propriedade do RDL ConditionedSql.AcceptsMultipleHits

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. 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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ConditionedSql Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc