OleDbPermissionAttribute::Provider Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Data.OleDb
Assembly: System.Data (in System.Data.dll)
Return to top
Gets or sets a comma-delimited string that contains a list of supported providers.
Assembly: System.Data (in System.Data.dll)
public: [ObsoleteAttribute("Provider property has been deprecated. Use the Add method. http://go.microsoft.com/fwlink/?linkid=14202")] [BrowsableAttribute(false)] property String^ Provider { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A comma-delimited list of providers allowed by the security policy.
.NET Framework
Available since 1.1
Available since 1.1
Show: