Classe SfcReferenceCollectionAttribute

Represents the attribute for references to an enumerable target.

Questa API non è conforme a CLS. 

Gerarchia di ereditarietà

System.Object
  System.Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := True)> _
Public Class SfcReferenceCollectionAttribute _
    Inherits Attribute
'Utilizzo
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

Nel tipo SfcReferenceCollectionAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SfcReferenceCollectionAttribute(Type) Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys.
Metodo pubblico SfcReferenceCollectionAttribute(Type, array<String[]) Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Arguments Gets the arguments for the resolver.
Proprietà pubblica CollectionResolver Gets the custom resolver interface.
Proprietà pubblica TypeId Ereditato da Attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Attribute.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Attribute.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsDefaultAttribute Ereditato da Attribute.
Metodo pubblico Match Ereditato da Attribute.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ResolveCollection(Object) Resolve a target enumerable from the given source object.
Metodo pubblico ResolveCollection<T, S>(S) Resolve a strongly-typed target enumerable from the given source object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetIDsOfNames Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfo Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfoCount Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.Invoke Ereditato da Attribute.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata