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!

ISQLConnection Interface

[To be supplied.]

ISQLConnection

[Visual Basic]
Public Interface ISQLConnection
[C#]
public interface ISQLConnection
[C++]
public __gc __interface ISQLConnection

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ISQLConnection

Class Description
SQLConnection Represents an open connection to a SQL Server data source.

Remarks

[To be supplied.]

Requirements

Namespace: System.Data.SQL

Assembly: System.Data.dll

See Also

ISQLConnection Members | System.Data.SQL Namespace