FlatFileDestinationConnectionPage.ValidatePage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::DataTransformationServices::DataFlowUI::PageValidationStatus ValidatePage([Runtime::InteropServices::Out] System::String ^ % msg);
public Microsoft.DataTransformationServices.DataFlowUI.PageValidationStatus ValidatePage (out string msg);
abstract member ValidatePage : string -> Microsoft.DataTransformationServices.DataFlowUI.PageValidationStatus
override this.ValidatePage : string -> Microsoft.DataTransformationServices.DataFlowUI.PageValidationStatus
Public Function ValidatePage (ByRef msg As String) As PageValidationStatus
Parameters
- msg
- String
Returns
Microsoft.DataTransformationServices.DataFlowUI.PageValidationStatus
Implements
Microsoft.DataTransformationServices.DataFlowUI.IDataFlowComponentPage.ValidatePage(System.String@)