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.