Classe SfcReferenceAttribute
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Essa API não é compatível com CLS.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
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 := True)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceAttribute _
Inherits Attribute
'Uso
Dim instance As SfcReferenceAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public class SfcReferenceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceAttribute =
class
inherit Attribute
end
public class SfcReferenceAttribute extends Attribute
O tipo SfcReferenceAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcReferenceAttribute(Type) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type. | |
SfcReferenceAttribute(Type, array<String[]) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters. | |
SfcReferenceAttribute(Type, String, array<String[]) | Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcReferenceAttribute(Type, array<String[], String, array<String[]) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcReferenceAttribute(Type, Type, String, array<String[]) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcReferenceAttribute(Type, array<String[], Type, String, array<String[]) | 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 urnTemplate. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
InstanceResolver | Gets the custom resolver interface. | |
Keys | Gets or sets the keys that participate in the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Resolver | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Type | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
TypeId | (Herdado de Attribute.) | |
UrnTemplate | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
GetUrn | Gets the Urn reference from the specified instance. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
Resolve(Object) | Resolves a single target instance from the given source instance. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Resolve<T, S>(S) | Resolves a strongly-typed single target instance from the given source instance. | |
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.