Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
ConnectionManager.InUse Property

Gets or sets the Boolean property value that specifies whether the connection is being used.

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Visual Basic (Declaration)
Public Property InUse As Boolean
C#
public bool InUse { get; set; }
C++
public:
property bool InUse {
    bool get ();
    void set (bool value);
}
J#
/** @property */
public boolean get_InUse ()

/** @property */
public void set_InUse (boolean value)
JScript
public function get InUse () : boolean

public function set InUse (value : boolean)

Property Value

A Boolean object value that specifies whether the connection is in use. If True, the connection is in use. In False (default), the connection is not in use.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker