SqlDatabaseSchemaProviderFamily.AdoProvider Property
The namespace name of the data provider that is used for SQL Server.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.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
.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.