共用方式為


ReportParameter 建構函式 (String, String)

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    name As String, _
    value As String _
)
'用途
Dim name As String
Dim value As String

Dim instance As New ReportParameter(name, value)
public ReportParameter(
    string name,
    string value
)
public:
ReportParameter(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> ReportParameter
public function ReportParameter(
    name : String, 
    value : String
)

參數