Library Commands Object Model Reference

LibraryConnectionCommand.Execute Method 

Executes this command, and mounts the library using the command's UserName and Password properties.

public virtual bool Execute(
   ErrorHandler handler
);

Parameters

handler
if not null, will call the handler in case of error

Return Value

returns true if connection was successful, and the Library property is not null, or false if an error occurred and no mounted library is available.

See Also

LibraryConnectionCommand Class | Spss.Dimensions.Library.Commands Namespace