Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As AdomdParameterCollection
Get
'Usage
Dim instance As AdomdCommand
Dim value As AdomdParameterCollection
value = instance.Parameters
public AdomdParameterCollection Parameters { get; }
public:
virtual property AdomdParameterCollection^ Parameters {
AdomdParameterCollection^ get () sealed;
}
abstract Parameters : AdomdParameterCollection
override Parameters : AdomdParameterCollection
final function get Parameters () : AdomdParameterCollection
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.