Compartir a través de


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
Método público SfcReferenceAttribute(Type) Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.
Método público SfcReferenceAttribute(Type, array<String[]) Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.
Método público 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.
Método público SfcReferenceAttribute(Type, array<String[], String, array<String[]) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público SfcReferenceAttribute(Type, Type, String, array<String[]) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público 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
Propiedad pública Arguments Gets the arguments for the urnTemplate. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública InstanceResolver Gets the custom resolver interface.
Propiedad pública 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.
Propiedad pública Resolver No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Type No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública TypeId (Se hereda de Attribute.)
Propiedad pública UrnTemplate No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público 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.
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.
Método público Resolve<T, S>(S) Resolves a strongly-typed single target instance from the given source instance.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _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