Clase SfcReferenceCollectionAttribute
Represents the attribute for references to an enumerable target.
Esta API no es compatible con CLS.
Jerarquía de herencia
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<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
El tipo SfcReferenceCollectionAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Arguments | Gets the arguments for the resolver. | |
CollectionResolver | Gets the custom resolver interface. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda 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 | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute.GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute.Invoke | (Se hereda de Attribute.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata