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!

SQLConnection.GetConnectionHolder

Returns the ConnectionHolder for the current connection.

[Visual Basic]
Overridable Public Function GetConnectionHolder() As _
   ConnectionHolder
[C#]
public virtual ConnectionHolder GetConnectionHolder();
[C++]
public: virtual ConnectionHolder* GetConnectionHolder();
[JScript]
public function GetConnectionHolder() : ConnectionHolder;

Return Value

The ConnectionHolder for the current connection.

See Also

SQLConnection Class | SQLConnection Members | System.Data.SQL Namespace