次の方法で共有


EnumProperty.Default プロパティ

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

既定の列挙値を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property Default As Object 
    Get
'使用
Dim instance As EnumProperty 
Dim value As Object 

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object 
override Default : Object
final function get Default () : Object

プロパティ値

型: System.Object
既定の列挙値。

実装

IPropertyDefinition.Default

関連項目

参照

EnumProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間