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 | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Arguments | Gets the arguments for the resolver. | |
CollectionResolver | Gets the custom resolver interface. | |
TypeId | Ereditato da Attribute. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Attribute. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Attribute. | |
GetType | Ereditato da Object. | |
IsDefaultAttribute | Ereditato da Attribute. | |
Match | Ereditato da Attribute. | |
MemberwiseClone | Ereditato da 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 | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
_Attribute.GetIDsOfNames | Ereditato da Attribute. | |
_Attribute.GetTypeInfo | Ereditato da Attribute. | |
_Attribute.GetTypeInfoCount | Ereditato da Attribute. | |
_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