m_uniqueName フィールド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
<NonSerializedAttribute> _
Protected m_uniqueName As String
'使用
Dim value As String

value = Me.m_uniqueName

Me.m_uniqueName = value
[NonSerializedAttribute]
protected string m_uniqueName
[NonSerializedAttribute]
protected:
String^ m_uniqueName
[<NonSerializedAttribute>]
val mutable m_uniqueName: string
protected var m_uniqueName : String