Library Commands Object Model Reference

LibraryConnectionCommand Constructor (QLLibrarySettingsEntry, Boolean)

Creates a new instance of the LibraryConnectionCommand optionally setting the instance's UserName and Password properties to the setting entry's corresponding User and Password property.

public LibraryConnectionCommand(
   QLLibrarySettingsEntry librarySettings,
   bool useSettings
);

Parameters

librarySettings
the library setting which this command will act upon
useSettings
if true, the the user/password property for the command will default to the library setting's values

See Also

LibraryConnectionCommand Class | Spss.Dimensions.Library.Commands Namespace | LibraryConnectionCommand Constructor Overload List