AdomdCommand.Parameters 属性
Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Parameters As AdomdParameterCollection
Get
用法
Dim instance As AdomdCommand
Dim value As AdomdParameterCollection
value = instance.Parameters
[BrowsableAttribute(false)]
public AdomdParameterCollection Parameters { get; }
[BrowsableAttribute(false)]
public:
property AdomdParameterCollection^ Parameters {
AdomdParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Parameters : AdomdParameterCollection
function get Parameters () : AdomdParameterCollection
属性值
类型:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters used when running the AdomdCommand.