Compartir a través de


Clase AssemblyReferencesHelper

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an assembly references helper.

Jerarquía de herencia

System.Object
  System.MarshalByRefObject
    Microsoft.AnalysisServices.AssemblyReferencesHelper

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class AssemblyReferencesHelper _
    Inherits MarshalByRefObject
'Uso
Dim instance As AssemblyReferencesHelper
public sealed class AssemblyReferencesHelper : MarshalByRefObject
public ref class AssemblyReferencesHelper sealed : public MarshalByRefObject
[<SealedAttribute>]
type AssemblyReferencesHelper =  
    class 
        inherit MarshalByRefObject 
    end
public final class AssemblyReferencesHelper extends MarshalByRefObject

El tipo AssemblyReferencesHelper expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AssemblyReferencesHelper Infraestructura. Initializes a new instance of the AssemblyReferencesHelper class.

Arriba

Métodos

  Nombre Descripción
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público Equals (Se hereda de Object.)
Método público GetAssemblyReferences Infraestructura. Gets the assembly references.
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público ToString (Se hereda de Object.)

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.AnalysisServices