Classe SessionTrace
Represents the trace sessions. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.SessionTrace
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")> _
Public NotInheritable Class SessionTrace _
Implements ITrace
'Utilizzo
Dim instance As SessionTrace
[GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public sealed class SessionTrace : ITrace
[GuidAttribute(L"84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public ref class SessionTrace sealed : ITrace
[<SealedAttribute>]
[<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")>]
type SessionTrace =
class
interface ITrace
end
public final class SessionTrace implements ITrace
Nel tipo SessionTrace sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
IsStarted | Gets the status of a session trace from a SessionTrace object. |
![]() |
Parent | Gets the parent Server of the SessionTrace object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
Start | Starts a session trace based on the SessionTrace object. |
![]() |
Stop | Stops a session trace based on the SessionTrace object. |
![]() |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
OnEvent | Occurs when the session raised an event. |
![]() |
Stopped | Occurs when the session stopped. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.