ProjectManagementDatabase Property
In This Topic
Returns or sets the complete filename of the current parts database or connection string if SQL connection is selected.
Syntax
public string ProjectManagementDatabase {get; set;}
public:
property String^ ProjectManagementDatabase {
String^ get();
void set ( String^ value);
}
Exceptions
Exception | Description |
ArgumentNullException | Thrown if null was
passed as an
argument. |
ArgumentException | Thrown in case of
invalid arguments
(strDatabase is
not valid or file does not exist). |
See Also