AdomdCommand.Parameters 属性

Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Parameters As AdomdParameterCollection 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.AdomdServer.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.

请参阅

参考

AdomdCommand 类

Microsoft.AnalysisServices.AdomdServer 命名空间