ArcObjects Library Reference (ArcMapUI)  

IDataConnectionPropertyPage Interface

Provides access to members that control the Data connection property page. Note: the IDataConnectionPropertyPage interface has been superseded byIDataConnectionPropertyPage2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method AttemptToDeleteExistingName For save dialogs, attempt to delete the table/feature class. Returns successfully if the object is delete, S_FALSE if the user requested no, or the delete error.
Write-only property Callback Callback implementation (not mandatory).
Write-only property DefaultName Default name when NewDataFile is true.
Write-only property Enabled Indicates if all the window controls in the property page are enabled.
Read-only property Name User selected Name (ie, FeatureClassName, TableName).
Write-only property NewDataFile Indicates if the dialog is for new data.
Write-only property PromptName Prompt name. Default is to use 'Save As:' for saving and 'Choose:' for loading.
Write-only property Skip When NewDataFile is false, skip this table/featureclass in the ComboBox.
Write-only property Type Type of data we are getting or putting.

CoClasses that implement IDataConnectionPropertyPage

CoClasses and Classes Description
DataConnectionPropertyPage Data Connection Property Page.