RelationshipQuery.RelationshipQualifier Propriedade

Definição

Obtém ou define um qualificador necessário nos objetos de relação.Gets or sets a qualifier required on the relationship objects.

public:
 property System::String ^ RelationshipQualifier { System::String ^ get(); void set(System::String ^ value); };
public string RelationshipQualifier { get; set; }
member this.RelationshipQualifier : string with get, set
Public Property RelationshipQualifier As String

Valor da propriedade

String

Retorna um String valor que contém o nome do qualificador necessário nos objetos de relação.Returns a String value containing the name of the qualifier required on the relationship objects.

Comentários

Definir esse valor de propriedade substitui qualquer valor anterior armazenado no objeto.Setting this property value overrides any previous value stored in the object. A cadeia de caracteres de consulta é recriada para refletir o novo qualificador.The query string is rebuilt to reflect the new qualifier.

Valor da propriedadeProperty Value

Uma cadeia de caracteres que contém o nome do qualificador necessário nos objetos de relação.A string containing the name of the qualifier required on the relationship objects.

Segurança do .NET Framework.NET Framework Security

Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.

Aplica-se a