ClrAssembly.LoadFiles Method
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 _
)
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
)
Parameter
- mainFilePath
A fully articulated path to the main file for loading.
- loadPdbs
This Boolean controls whether or not to load the debug information.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace