Classe ConditionedSql
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Represents Transact-SQL that is necessary only when a property is requested.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ConditionedSql
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlPropertyLink
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public MustInherit Class ConditionedSql
'Utilisation
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
Le type ConditionedSql expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ConditionedSql | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the ConditionedSql class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AcceptsMultipleHits | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times. | |
Fields | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. | |
IsUsed | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value indicating whether this ConditionedSql object has been used. | |
LinkFields | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the linked fields that are used to create the Transact-SQL expression. | |
LinkMultiple | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets or sets the LinkMultiple object that is used by this ConditionedSql object. | |
Used | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value that indicates whether this ConditionedSql object has been used at least once. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AddHit | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Adds the ConditionedSql object to the specified StatementBuilder object. | |
AddLinkMultiple | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure 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 | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
IsDefault | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested. | |
IsHit | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Tests whether the specified field has caused this ConditionedSql object to be added. | |
MarkHit | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Marks this ConditionedSql object as used. (The IsUsed property is set to true.) | |
MemberwiseClone | (hérité de Object.) | |
SetFields | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. | |
TestHit | Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.