RawFileConnectionPage.HidePage Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Retornos
Implementações
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.HidePage
Aplica-se a
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
Parâmetros
- msg
- String
Retornos
Implementações
Microsoft.DataTransformationServices.DataFlowUI.ISupportSaveInvalidState.HidePage(System.String@)