Compartir a través de


SessionTrace.IsStarted Property

Gets the status of a session trace from a SessionTrace object.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public ReadOnly Property IsStarted As Boolean
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute] 
public bool IsStarted { get; }
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute] 
public:
virtual property bool IsStarted {
    bool get () sealed;
}
/** @property */
public final boolean get_IsStarted ()
public final function get IsStarted () : boolean

Valor de propiedad

true if the session has been started; else false.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

SessionTrace Class
SessionTrace Members
Microsoft.AnalysisServices Namespace