Share via


ConditionedSqlList Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a list of ConditionedSql objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class ConditionedSqlList
'Usage
Dim instance As ConditionedSqlList
[ComVisibleAttribute(false)]
public class ConditionedSqlList
[ComVisibleAttribute(false)]
public ref class ConditionedSqlList
[<ComVisibleAttribute(false)>]
type ConditionedSqlList =  class end
public class ConditionedSqlList

The ConditionedSqlList type exposes the following members.

Constructors

  Name Description
Public method ConditionedSqlList Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the ConditionedSqlList class.

Top

Properties

  Name Description
Public property Count Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the number of items in the list.
Public property Item Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the ConditionedSql object at the specified index.

Top

Methods

  Name Description
Public method Add Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds the specified ConditionedSql object to the list.
Public method AddDefault Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds any ConditionedSql objects that are marked as default (ConditionedSql.IsDefault returns true) to the specified StatementBuilder object.
Public method AddHits Do not reference this member directly in your code. It supports the SQL Server infrastructure. Tests the specified field against each of the ConditionedSql objects in the list. If the field is a trigger for the ConditionedSql object, the ConditionedSql object is added to the specified StatementBuilder object.
Public method ClearHits Do not reference this member directly in your code. It supports the SQL Server infrastructure. Marks each of the ConditionedSql objects in the list as unused. (The ConditionedSql.IsUsed property is set to false.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns an enumerator that can iterate the list.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.