Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- mainFilePath
Type: System.String
A fully articulated path to the main file for loading.
- loadPdbs
Type: System.Boolean
This Boolean controls whether or not to load the debug information.