Metodo Server.CancelSession (Int32, Boolean)

Cancels the specified session on the server.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub CancelSession ( _
    sessionId As Integer, _
    cancelAssociated As Boolean _
)
'Utilizzo
Dim instance As Server 
Dim sessionId As Integer 
Dim cancelAssociated As Boolean

instance.CancelSession(sessionId, cancelAssociated)
public void CancelSession(
    int sessionId,
    bool cancelAssociated
)
public:
void CancelSession(
    int sessionId, 
    bool cancelAssociated
)
member CancelSession : 
        sessionId:int * 
        cancelAssociated:bool -> unit
public function CancelSession(
    sessionId : int, 
    cancelAssociated : boolean
)

Parametri

  • cancelAssociated
    Tipo: System.Boolean
    true to indicate that the associated sessions will be canceled; otherwise, false.

Vedere anche

Riferimento

Server Classe

Overload CancelSession

Spazio dei nomi Microsoft.AnalysisServices