CacheTransformConnectionPage.InitializePage(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void InitializePage(System::Windows::Forms::Control ^ parentControl);
public void InitializePage (System.Windows.Forms.Control parentControl);
abstract member InitializePage : System.Windows.Forms.Control -> unit
override this.InitializePage : System.Windows.Forms.Control -> unit
Public Sub InitializePage (parentControl As Control)
Parameters
- parentControl
- Control
Implements
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.InitializePage(System.Windows.Forms.Control)