Classe ConditionedSql
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Represents Transact-SQL that is necessary only when a property is requested.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
Microsoft.SqlServer.Management.Sdk.Sfc.SqlPropertyLink
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 MustInherit Class ConditionedSql
'Uso
Dim instance As ConditionedSql
[ComVisibleAttribute(false)]
public abstract class ConditionedSql
[ComVisibleAttribute(false)]
public ref class ConditionedSql abstract
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type ConditionedSql = class end
public abstract class ConditionedSql
O tipo ConditionedSql expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ConditionedSql | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the ConditionedSql class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AcceptsMultipleHits | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times. | |
Fields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. | |
IsUsed | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value indicating whether this ConditionedSql object has been used. | |
LinkFields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the linked fields that are used to create the Transact-SQL expression. | |
LinkMultiple | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the LinkMultiple object that is used by this ConditionedSql object. | |
Used | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value that indicates whether this ConditionedSql object has been used at least once. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Adds the ConditionedSql object to the specified StatementBuilder object. | |
AddLinkMultiple | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes the LinkMultiple object that is used by this ConditionedSql object with the multiple link information contained in the specified XmlReadMultipleLink object. | |
ClearHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IsDefault | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested. | |
IsHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Tests whether the specified field has caused this ConditionedSql object to be added. | |
MarkHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Marks this ConditionedSql object as used. (The IsUsed property is set to true.) | |
MemberwiseClone | (Herdado de Object.) | |
SetFields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. | |
TestHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added. | |
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.