Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
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
)
Parameter
- mainFilePath
Typ: System.String
A fully articulated path to the main file for loading.
- loadPdbs
Typ: System.Boolean
This Boolean controls whether or not to load the debug information.