SqlPropertyLink-Klasse
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
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 (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class SqlPropertyLink _
Inherits ConditionedSql
'Usage
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
Der SqlPropertyLink-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SqlPropertyLink(XmlReadProperty) | Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SqlPropertyLink(XmlReadPropertyLink) | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SqlPropertyLink(XmlReadSettings) | Initializes a new instance of the SqlPropertyLink class with the specified setting tag to be read. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AcceptsMultipleHits | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a value indicating whether the ConditionedSql object can be added multiple times. (Geerbt von ConditionedSql.) | |
Fields | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. (Geerbt von ConditionedSql.) | |
IsUsed | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a value indicating whether this ConditionedSql object has been used. (Geerbt von ConditionedSql.) | |
LinkFields | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the linked fields that are used to create the Transact-SQL expression. (Geerbt von ConditionedSql.) | |
LinkMultiple | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets or sets the LinkMultiple object that is used by this ConditionedSql object. (Geerbt von ConditionedSql.) | |
Table | Gets or sets the joined table name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
Used | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets a value that indicates whether this ConditionedSql object has been used at least once. (Geerbt von ConditionedSql.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Add(ConditionedSqlList, XmlReadProperty) | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
Add(ConditionedSqlList, XmlReadSettings) | Adds the specified SQL list and read settings to the property link. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
AddAll | Adds all the items in an existing collection into the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
AddHit | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt ConditionedSql. . :: . .AddHit(String, SqlObjectBase, StatementBuilder).) | |
AddLinkMultiple | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes the LinkMultiple object that is used by this ConditionedSql object with the multiple link information contained in the specified XmlReadMultipleLink object. (Geerbt von ConditionedSql.) | |
ClearHit | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) (Geerbt von ConditionedSql.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetFilter | Retrieves the appropriate filter according to the parameters supplied. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
GetHashCode | (Geerbt von Object.) | |
GetTableNameWithAlias | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
GetType | (Geerbt von Object.) | |
IsDefault | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Specifies that this ConditionedSql object is always added, regardless of which field is requested. (Geerbt von ConditionedSql.) | |
IsHit | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Tests whether the specified field has caused this ConditionedSql object to be added. (Geerbt von ConditionedSql.) | |
MarkHit | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Marks this ConditionedSql object as used. (The IsUsed property is set to true.) (Geerbt von ConditionedSql.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetFields | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. (Geerbt von ConditionedSql.) | |
TestHit | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Tests whether the specified field would trigger this ConditionedSql object to be added. (Geerbt von ConditionedSql.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.