Closes the connection to the database, indicating whether to end the session.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
語法
'宣告
Public Sub Close ( _
endSession As Boolean _
)
public void Close (
bool endSession
)
public:
void Close (
bool endSession
)
public void Close (
boolean endSession
)
public function Close (
endSession : boolean
)
參數
- endSession
A Boolean that indicates whether to end the session associated with the AdomdConnection.
備註
If the Close method is called without specifying the value of the endSession parameter, or if the endSession parameter is set to true, both the connection and the session associated with the connection are closed. If the Close method is called with the endSession parameter set to false, the session associated with the AdomdConnection remains active, but the connection is closed.
If the Dispose method is called with the disposing parameter set to true, the Close method is called without specifying the value of the endSession parameter.
You can reconnect to an active session after calling this method by setting the SessionID property to a valid active session ID and then calling the Open method.
執行緒安全性
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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace