Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cancels the specified session on the server.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub CancelSession ( _
sessionId As Integer, _
cancelAssociated As Boolean _
)
'Utilisation
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
)
Paramètres
- sessionId
Type : System.Int32
The session to cancel.
- cancelAssociated
Type : System.Boolean
true to indicate that the associated sessions will be canceled; otherwise, false.