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