Mounts the library, connecting to the library server using the configured user name and password. If the User or Password properties are empty, this method should fail.
Mounts the library, connecting to the library server using the configured user name and password. If the User or Password properties are empty, this method should fail.
public ILibrary MountLibrary();
Mounts the library, connecting to the library server using the specified user and password.
public ILibrary MountLibrary(string,string);
QLLibrarySettingsEntry Class | Spss.Dimensions.Library.Specification Namespace