Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the ADO provider.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AdoProvider As String
public override string AdoProvider { get; }
public:
virtual property String^ AdoProvider {
String^ get () override;
}
abstract AdoProvider : string
override AdoProvider : string
override function get AdoProvider () : String
Property Value
Type: System.String
A string that contains the name of the ADO provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.