Поделиться через


ClrAssembly.LoadFiles Method

Loads a managed assembly with or without attendant debug information.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace