次の方法で共有


EnumProperty コンストラクター

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

EnumProperty クラスの新しいインスタンスを作成します。

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

構文

'宣言
Public Sub New ( _
    name As String, _
    enumType As Type, _
    defaultValue As Object, _
    validValues As IList(Of Integer) _
)
'使用
Dim name As String 
Dim enumType As Type 
Dim defaultValue As Object 
Dim validValues As IList(Of Integer)

Dim instance As New EnumProperty(name, enumType, _
    defaultValue, validValues)
public EnumProperty(
    string name,
    Type enumType,
    Object defaultValue,
    IList<int> validValues
)
public:
EnumProperty(
    String^ name, 
    Type^ enumType, 
    Object^ defaultValue, 
    IList<int>^ validValues
)
new : 
        name:string * 
        enumType:Type * 
        defaultValue:Object * 
        validValues:IList<int> -> EnumProperty
public function EnumProperty(
    name : String, 
    enumType : Type, 
    defaultValue : Object, 
    validValues : IList<int>
)

パラメーター

関連項目

参照

EnumProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間