Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parameters As AdomdParameterCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdServer.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.