Using IOM and Visual Basic in SAS Program Development

时间:2016-12-09 13:05:37

标签: c# vb.net sas

Looking at this for example and this line of VB code:

Dim obSAS As SAS.Workspace
Dim obWM As New SASWorkspaceManager.WorkspaceManager 

or C# equivalent:

SAS.Workspace obSAS = default(SAS.Workspace);
SASWorkspaceManager.WorkspaceManager obWM = new SASWorkspaceManager.WorkspaceManager();

where do I get the dll for SASWorkspaceManager from?

1 个答案:

答案 0 :(得分:0)

似乎是C:\ Program Files \ SASHome2 \ x86 \ Integration Technologies中的SASWMan.dll