ReportParameter 构造函数 (String, String)

Initializes a new instance of the ReportParameter class with the specified name and value.

命名空间:  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
)

参数

请参阅

参考

ReportParameter 类

ReportParameter 重载

Microsoft.AnalysisServices 命名空间