AdomdCommand.Parameters 属性

获取 AdomdParameterCollection 类的实例,该类包含 AdomdCommand 用于运行命令的参数。

命名空间:  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
一个 AdomdParameterCollection,它包含 AdomdCommand 用于运行命令的参数。

请参阅

参考

AdomdCommand 类

Microsoft.AnalysisServices.AdomdServer 命名空间