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 | |
---|---|---|
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 | |
---|---|---|
Count | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the number of items in the list. | |
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 | |
---|---|---|
Add | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds the specified ConditionedSql object to the list. | |
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. | |
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. | |
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.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns an enumerator that can iterate the list. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.