Clase ConditionedSqlList
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Represents a list of ConditionedSql objects.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Class ConditionedSqlList
'Uso
Dim instance As ConditionedSqlList
[ComVisibleAttribute(false)]
public class ConditionedSqlList
[ComVisibleAttribute(false)]
public ref class ConditionedSqlList
[<ComVisibleAttribute(false)>]
type ConditionedSqlList = class end
public class ConditionedSqlList
El tipo ConditionedSqlList expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ConditionedSqlList | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the ConditionedSqlList class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the number of items in the list. | |
Item | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the ConditionedSql object at the specified index. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Adds the specified ConditionedSql object to the list. | |
AddDefault | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Adds any ConditionedSql objects that are marked as default (ConditionedSql.IsDefault returns true) to the specified StatementBuilder object. | |
AddHits | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. 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 | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Marks each of the ConditionedSql objects in the list as unused. (The ConditionedSql.IsUsed property is set to false.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns an enumerator that can iterate the list. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.