DatabaseSchemaProviderFamily.AdoProvider Property
Gets the ADO.NET provider for all digital signal processors (DSPs) in the family.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AdoProvider As String
public abstract string AdoProvider { get; }
public:
virtual property String^ AdoProvider {
String^ get () abstract;
}
abstract AdoProvider : string
abstract function get AdoProvider () : String
Property Value
Type: System.String
The name of an ADO provider (such as "Open Database Connectivity (ODBC)").
.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.