Classe Context
Provides the execution context for the stored procedure.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class Context
'Uso
Dim instance As Context
public sealed class Context
public ref class Context sealed
[<SealedAttribute>]
type Context = class end
public final class Context
Comentários
The Context object provides a set of static properties that enable stored procedures to obtain the current execution context. All Microsoft.AnalysisServices.AdomdServer metadata objects can be obtained through the Context object, and are read-only.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Context
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.