次の方法で共有


MetadataProperty コンストラクター (String, String)

MetadataProperty クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    name As String, _
    description As String _
)
'使用
Dim name As String 
Dim description As String 

Dim instance As New MetadataProperty(name, description)
public MetadataProperty(
    string name,
    string description
)
public:
MetadataProperty(
    String^ name, 
    String^ description
)
new : 
        name:string * 
        description:string -> MetadataProperty
public function MetadataProperty(
    name : String, 
    description : String
)

パラメーター

関連項目

参照

MetadataProperty クラス

MetadataProperty オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間