AdomdCommand.Parameters Property
Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parameters As AdomdParameterCollection
public AdomdParameterCollection Parameters { get; }
public:
virtual property AdomdParameterCollection^ Parameters {
AdomdParameterCollection^ get () sealed;
}
/** @property */
public final AdomdParameterCollection get_Parameters ()
public final function get Parameters () : AdomdParameterCollection
Значение свойства
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace