OleDbPermissionAttribute::Provider Property

 
Note: This API is now obsolete.

Gets or sets a comma-delimited string that contains a list of supported providers.

Namespace:   System.Data.OleDb
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
Return to top
Show: