Partilhar via


Classe ConditionedSqlList

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Represents a list of ConditionedSql objects.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<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

O tipo ConditionedSqlList expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ConditionedSqlList Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the ConditionedSqlList class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the number of items in the list.
Propriedade pública Item Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the ConditionedSql object at the specified index.

Início

Métodos

  Nome Descrição
Método público Add Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Adds the specified ConditionedSql object to the list.
Método público AddDefault Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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 Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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 Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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 (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns an enumerator that can iterate the list.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc