Partilhar via


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
Método público 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.
Método público SqlPropertyLink(XmlReadPropertyLink) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público 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
Propriedade protegida 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.)
Propriedade protegida 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.)
Propriedade pública 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.)
Propriedade pública 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.)
Propriedade pública 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.)
Propriedade pública Table Gets or sets the joined table name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública 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
Método públicoMembro estático Add(ConditionedSqlList, XmlReadProperty) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método públicoMembro estático Add(ConditionedSqlList, XmlReadSettings) Adds the specified SQL list and read settings to the property link.
Método públicoMembro estático 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.
Método público AddHit Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui ConditionedSql.AddHit(String, SqlObjectBase, StatementBuilder).)
Método público 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.)
Método público 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.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetFilter Retrieves the appropriate filter according to the parameters supplied.
Método público GetHashCode (Herdado de Object.)
Método público GetTableNameWithAlias Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetType (Herdado de Object.)
Método público 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.)
Método público 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.)
Método público 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.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.)
Método protegido 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.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc