SqlProviderServices.AdoProvider Property
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.