IParameter.Name プロパティ
パラメーターの名前を示す値を取得します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
ReadOnly Property Name As String
Get
'使用
Dim instance As IParameter
Dim value As String
value = instance.Name
string Name { get; }
property String^ Name {
String^ get ();
}
abstract Name : string
function get Name () : String
プロパティ値
型: System.String
パラメーターの名前を示す値です。