Classe ConditionedSql
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Represents Transact-SQL that is necessary only when a property is requested.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
Microsoft.SqlServer.Management.Sdk.Sfc.SqlPropertyLink
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public MustInherit Class ConditionedSql
'Utilizzo
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
Nel tipo ConditionedSql sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ConditionedSql | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the ConditionedSql class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AcceptsMultipleHits | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times. | |
Fields | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. | |
IsUsed | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a value indicating whether this ConditionedSql object has been used. | |
LinkFields | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the linked fields that are used to create the Transact-SQL expression. | |
LinkMultiple | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets the LinkMultiple object that is used by this ConditionedSql object. | |
Used | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a value that indicates whether this ConditionedSql object has been used at least once. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddHit | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Adds the ConditionedSql object to the specified StatementBuilder object. | |
AddLinkMultiple | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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 | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IsDefault | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested. | |
IsHit | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Tests whether the specified field has caused this ConditionedSql object to be added. | |
MarkHit | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Marks this ConditionedSql object as used. (The IsUsed property is set to true.) | |
MemberwiseClone | Ereditato da Object. | |
SetFields | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. | |
TestHit | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.