Library Commands Object Model Reference

LibraryConnectionCommand Class

This command can be used to connect to (or 'mount) a library. To use, first it must be instantiated with a QLLibrarySettings instance. Then, if the default user name and password are not those you wish to connect with, simply update the command's User and Password properties (will not change underlying settings). When you are ready to connect to the library, call the Execute method, which will set the instance's Library property to the same value that is returned.

For a list of all members of this type, see LibraryConnectionCommand Members.

System.Object
   Spss.Dimensions.Library.Commands.LibraryConnectionCommand

public class LibraryConnectionCommand

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Spss.Dimensions.Library.Commands

Assembly: Spss.Dimensions.Library.Commands (in Spss.Dimensions.Library.Commands.dll)

See Also

LibraryConnectionCommand Members | Spss.Dimensions.Library.Commands Namespace