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 | |
---|---|---|
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 | |
---|---|---|
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. | |
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 | |
---|---|---|
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. | |
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. | |
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. | |
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.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
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. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.