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.