ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : ShowMetadataContainerLoadWizard Method |
'Declaration Public Shared Function ShowMetadataContainerLoadWizard( _ ByVal metadataContainer As MetadataContainer, _ ByVal loadingOptions As MetadataLoadingOptions _ ) As System.Boolean
'Usage Dim metadataContainer As MetadataContainer Dim loadingOptions As MetadataLoadingOptions Dim value As System.Boolean value = QueryBuilder.ShowMetadataContainerLoadWizard(metadataContainer, loadingOptions)
public static System.bool ShowMetadataContainerLoadWizard( MetadataContainer metadataContainer, MetadataLoadingOptions loadingOptions )
public: static System.bool ShowMetadataContainerLoadWizard( MetadataContainer* metadataContainer, MetadataLoadingOptions* loadingOptions )
Metadata Container load wizard allows the end-user to establish connection to a database and to fetch metadata from it.
This wizard was intended to be called from the Metadata Container Editor that is called by the EditMetadataContainer method.