FlatFileDestinationConnectionPage.HidePage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Retours
Implémente
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.HidePage
S’applique à
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
Paramètres
- msg
- String
Retours
Implémente
Microsoft.DataTransformationServices.DataFlowUI.ISupportSaveInvalidState.HidePage(System.String@)