NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOConnection.Provider

Gets the name of the provider.

[Visual Basic]
Public ReadOnly Property Provider As String
[C#]
public string Provider {get;}
[C++]
public: __property String* get_Provider();
[JScript]
public function get Provider() : String;

Property Value

The name of the provider.

Example

The following example shows how to create a connection and displays some of its read-only properties.

See Also

ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace