Condividi tramite


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
Metodo protetto 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
Proprietà protetta 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.
Proprietà protetta 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.
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica 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
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.)
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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.
Metodo pubblico 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.
Metodo pubblico 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.)
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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. 
Metodo protetto 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.
Metodo pubblico 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.