Udostępnij za pośrednictwem


ClrAssembly.LoadFiles Method

Loads a managed assembly with or without attendant debug information.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Sub LoadFiles ( _
    mainFilePath As String, _
    loadPdbs As Boolean _
)
public void LoadFiles (
    string mainFilePath,
    bool loadPdbs
)
public:
void LoadFiles (
    String^ mainFilePath, 
    bool loadPdbs
)
public void LoadFiles (
    String mainFilePath, 
    boolean loadPdbs
)
public function LoadFiles (
    mainFilePath : String, 
    loadPdbs : boolean
)

Parameters

  • mainFilePath
    A fully articulated path to the main file for loading.
  • loadPdbs
    This Boolean controls whether or not to load the debug information.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace