Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the specified session on the server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub CancelSession ( _
sessionId As String, _
cancelAssociated As Boolean _
)
'Usage
Dim instance As Server
Dim sessionId As String
Dim cancelAssociated As Boolean
instance.CancelSession(sessionId, cancelAssociated)
public void CancelSession(
string sessionId,
bool cancelAssociated
)
public:
void CancelSession(
String^ sessionId,
bool cancelAssociated
)
member CancelSession :
sessionId:string *
cancelAssociated:bool -> unit
public function CancelSession(
sessionId : String,
cancelAssociated : boolean
)
Parameters
- sessionId
Type: System.String
The session to cancel.
- cancelAssociated
Type: System.Boolean
true to indicate that the associated sessions will be canceled; otherwise, false.