Share via


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.