Classe Context
Provides the execution context for the stored procedure.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Context
'Utilizzo
Dim instance As Context
public sealed class Context
public ref class Context sealed
[<SealedAttribute>]
type Context = class end
public final class Context
Osservazioni
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.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Context
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.