Classe SfcReferenceSelectorAttribute
Represents an attribute that allows valid values to be returned that can be applied to a property that is also a soft reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Essa API não é compatível com CLS. A alternativa compatível com CLS é [false].
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceSelectorAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceSelectorAttribute _
Inherits Attribute
'Uso
Dim instance As SfcReferenceSelectorAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public class SfcReferenceSelectorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceSelectorAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceSelectorAttribute =
class
inherit Attribute
end
public class SfcReferenceSelectorAttribute extends Attribute
O tipo SfcReferenceSelectorAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcReferenceSelectorAttribute | Initializes a new instance of the SfcReferenceSelectorAttribute class with the specified field and path expression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Arguments | Gets the arguments for the PathExpression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Field | Gets the field that needs to be return by the query. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
PathExpression | Gets the path expression that is use to resolve the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
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.