FlatFileDestinationConnectionPage.SavePage 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.
Overloads
SavePage() | |
SavePage(Boolean, String) |
SavePage()
public:
virtual bool SavePage();
public bool SavePage ();
abstract member SavePage : unit -> bool
override this.SavePage : unit -> bool
Public Function SavePage () As Boolean
Returns
Implements
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.SavePage
Applies to
SavePage(Boolean, String)
public:
virtual bool SavePage(bool pageIsValid, [Runtime::InteropServices::Out] System::String ^ % msg);
public bool SavePage (bool pageIsValid, out string msg);
abstract member SavePage : bool * string -> bool
override this.SavePage : bool * string -> bool
Public Function SavePage (pageIsValid As Boolean, ByRef msg As String) As Boolean
Parameters
- pageIsValid
- Boolean
- msg
- String
Returns
Implements
Microsoft.DataTransformationServices.DataFlowUI.ISupportSaveInvalidState.SavePage(System.Boolean,System.String@)