SelectDatabaseStep.DatabaseProvider Property
Gets the database provider Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseProvider As Property
public Property DatabaseProvider { get; }
public:
property Property^ DatabaseProvider {
Property^ get ();
}
public function get DatabaseProvider () : Property
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace