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

See Also

Reference

SqlProviderServices Class

Microsoft.Data.Schema Namespace