Classe SqlPropertyLink
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 Class SqlPropertyLink _
Inherits ConditionedSql
'Utilisation
Dim instance As SqlPropertyLink
[ComVisibleAttribute(false)]
public class SqlPropertyLink : ConditionedSql
[ComVisibleAttribute(false)]
public ref class SqlPropertyLink : public ConditionedSql
[<ComVisibleAttribute(false)>]
type SqlPropertyLink =
class
inherit ConditionedSql
end
public class SqlPropertyLink extends ConditionedSql
Le type SqlPropertyLink expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SqlPropertyLink(XmlReadProperty) | Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SqlPropertyLink(XmlReadPropertyLink) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SqlPropertyLink(XmlReadSettings) | Initializes a new instance of the SqlPropertyLink class with the specified setting tag to be read. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AcceptsMultipleHits | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
Fields | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
IsUsed | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a value indicating whether this ConditionedSql object has been used. (hérité de ConditionedSql.) | |
LinkFields | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
LinkMultiple | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
Table | Gets or sets the joined table name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Used | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add(ConditionedSqlList, XmlReadProperty) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Add(ConditionedSqlList, XmlReadSettings) | Adds the specified SQL list and read settings to the property link. | |
AddAll | Adds all the items in an existing collection into the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
AddHit | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace ConditionedSql.AddHit(String, SqlObjectBase, StatementBuilder).) | |
AddLinkMultiple | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
ClearHit | Ne faites pas directement référence à 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.) (hérité de ConditionedSql.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetFilter | Retrieves the appropriate filter according to the parameters supplied. | |
GetHashCode | (hérité de Object.) | |
GetTableNameWithAlias | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetType | (hérité de Object.) | |
IsDefault | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
IsHit | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
MarkHit | Ne faites pas directement référence à 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.) (hérité de ConditionedSql.) | |
MemberwiseClone | (hérité de Object.) | |
SetFields | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
TestHit | Ne faites pas directement référence à 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. (hérité de ConditionedSql.) | |
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.