Library Commands Object Model Reference

LibraryConnectionCommand Members

LibraryConnectionCommand overview

Public Instance Constructors

LibraryConnectionCommand Overloaded. Initializes a new instance of the LibraryConnectionCommand class.

Public Instance Properties

Library The ILibrary instance which was returned by the Execute method. This may be null if the execute has yet to be called, or has failed.
LibrarySettingsEntry Returns the QLLibrarySettingsEntry that this command is acting upon.
Password The Password which will be used when connecting to the library.
SecurityProvider The Security Provider which will be used when connecting to the library.
UserName The username which will be used when connecting to the library.

Public Instance Methods

Equals (inherited from Object) 
Execute Executes this command, and mounts the library using the command's UserName and Password properties.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

LibraryConnectionCommand Class | Spss.Dimensions.Library.Commands Namespace