XmlSourceConnectionPage.SavePage 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
SavePage() | |
SavePage(Boolean, String) |
SavePage()
public:
virtual bool SavePage();
public bool SavePage ();
abstract member SavePage : unit -> bool
override this.SavePage : unit -> bool
Public Function SavePage () As Boolean
Retours
Implémente
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.SavePage
S’applique à
SavePage(Boolean, String)
public:
virtual bool SavePage(bool pageIsValid, [Runtime::InteropServices::Out] System::String ^ % msg);
public bool SavePage (bool pageIsValid, out string msg);
abstract member SavePage : bool * string -> bool
override this.SavePage : bool * string -> bool
Public Function SavePage (pageIsValid As Boolean, ByRef msg As String) As Boolean
Paramètres
- pageIsValid
- Boolean
- msg
- String
Retours
Implémente
Microsoft.DataTransformationServices.DataFlowUI.ISupportSaveInvalidState.SavePage(System.Boolean,System.String@)