Library Specification Object Model Reference

QLLibrarySettingsEntry.MountLibrary Method

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.

Overload List

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);

See Also

QLLibrarySettingsEntry Class | Spss.Dimensions.Library.Specification Namespace