Clase SfcReferenceAttribute
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Esta API no es compatible con CLS.
Jerarquía de herencia
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute
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
<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
El tipo SfcReferenceAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcReferenceAttribute(Type, array<String[], String, array<String[]) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcReferenceAttribute(Type, Type, String, array<String[]) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcReferenceAttribute(Type, array<String[], Type, String, array<String[]) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Arguments | Gets the arguments for the urnTemplate. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
InstanceResolver | Gets the custom resolver interface. | |
Keys | Gets or sets the keys that participate in the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Resolver | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Type | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
TypeId | (Se hereda de Attribute.) | |
UrnTemplate | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
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.) | |
GetUrn | Gets the Urn reference from the specified instance. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
Resolve(Object) | Resolves a single target instance from the given source instance. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Resolve<T, S>(S) | Resolves a strongly-typed single target instance from the given source instance. | |
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