ClrAssembly.LoadFiles 方法

Loads a managed assembly with or without attendant debug information.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub LoadFiles ( _
    mainFilePath As String, _
    loadPdbs As Boolean _
)
用法
Dim instance As ClrAssembly 
Dim mainFilePath As String 
Dim loadPdbs As Boolean

instance.LoadFiles(mainFilePath, loadPdbs)
public void LoadFiles(
    string mainFilePath,
    bool loadPdbs
)
public:
void LoadFiles(
    String^ mainFilePath, 
    bool loadPdbs
)
member LoadFiles : 
        mainFilePath:string * 
        loadPdbs:bool -> unit
public function LoadFiles(
    mainFilePath : String, 
    loadPdbs : boolean
)

参数

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

请参阅

参考

ClrAssembly 类

Microsoft.AnalysisServices 命名空间