CacheTransformConnectionPage.HidePage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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@)