다음을 통해 공유


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.