Context-Klasse
Provides the execution context for the stored procedure.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class Context
'Usage
Dim instance As Context
public sealed class Context
public ref class Context sealed
[<SealedAttribute>]
type Context = class end
public final class Context
Hinweise
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.
Vererbungshierarchie
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Context
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.