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
)