Classe SqlPropertyLink
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Class SqlPropertyLink _
Inherits ConditionedSql
'Uso
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
O tipo SqlPropertyLink expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SqlPropertyLink(XmlReadProperty) | Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SqlPropertyLink(XmlReadPropertyLink) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SqlPropertyLink(XmlReadSettings) | Initializes a new instance of the SqlPropertyLink class with the specified setting tag to be read. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AcceptsMultipleHits | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value indicating whether the ConditionedSql object can be added multiple times. (Herdado de ConditionedSql.) | |
Fields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. (Herdado de ConditionedSql.) | |
IsUsed | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value indicating whether this ConditionedSql object has been used. (Herdado de ConditionedSql.) | |
LinkFields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the linked fields that are used to create the Transact-SQL expression. (Herdado de ConditionedSql.) | |
LinkMultiple | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the LinkMultiple object that is used by this ConditionedSql object. (Herdado de ConditionedSql.) | |
Table | Gets or sets the joined table name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Used | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a value that indicates whether this ConditionedSql object has been used at least once. (Herdado de ConditionedSql.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add(ConditionedSqlList, XmlReadProperty) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
AddHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui ConditionedSql.AddHit(String, SqlObjectBase, StatementBuilder).) | |
AddLinkMultiple | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes the LinkMultiple object that is used by this ConditionedSql object with the multiple link information contained in the specified XmlReadMultipleLink object. (Herdado de ConditionedSql.) | |
ClearHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) (Herdado de ConditionedSql.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetFilter | Retrieves the appropriate filter according to the parameters supplied. | |
GetHashCode | (Herdado de Object.) | |
GetTableNameWithAlias | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetType | (Herdado de Object.) | |
IsDefault | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Specifies that this ConditionedSql object is always added, regardless of which field is requested. (Herdado de ConditionedSql.) | |
IsHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Tests whether the specified field has caused this ConditionedSql object to be added. (Herdado de ConditionedSql.) | |
MarkHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Marks this ConditionedSql object as used. (The IsUsed property is set to true.) (Herdado de ConditionedSql.) | |
MemberwiseClone | (Herdado de Object.) | |
SetFields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. (Herdado de ConditionedSql.) | |
TestHit | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added. (Herdado de ConditionedSql.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.