Classe SfcReferenceCollectionAttribute
Represents the attribute for references to an enumerable target.
Essa API não é compatível com CLS.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := True)> _
Public Class SfcReferenceCollectionAttribute _
Inherits Attribute
'Uso
Dim instance As SfcReferenceCollectionAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
public class SfcReferenceCollectionAttribute : Attribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = true)]
public ref class SfcReferenceCollectionAttribute : public Attribute
[<CLSCompliantAttribute(false)>]
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)>]
type SfcReferenceCollectionAttribute =
class
inherit Attribute
end
public class SfcReferenceCollectionAttribute extends Attribute
O tipo SfcReferenceCollectionAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
SfcReferenceCollectionAttribute(Type) | Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys. |
![]() |
SfcReferenceCollectionAttribute(Type, array<String[]) | Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Arguments | Gets the arguments for the resolver. |
![]() |
CollectionResolver | Gets the custom resolver interface. |
![]() |
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.) |
![]() |
ResolveCollection(Object) | Resolve a target enumerable from the given source object. |
![]() |
ResolveCollection<T, S>(S) | Resolve a strongly-typed target enumerable from the given source 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.