Compartir a través de


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
Método público 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
Propiedad pública 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.
Propiedad pública 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
Método público 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.
Método público 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.
Método público 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.
Método público 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.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público 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.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc