次の方法で共有


XmlSourceConnectionPage.HidePage メソッド

定義

オーバーロード

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

戻り値

実装

Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.HidePage

適用対象

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

パラメーター

msg
String

戻り値

実装

Microsoft.DataTransformationServices.DataFlowUI.ISupportSaveInvalidState.HidePage(System.String@)

適用対象