Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. 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
Property Value
Type: System.Boolean
true if the ConditionedSql object can be added multiple times; otherwise, false.