ReportFilterCondition.Property プロパティ

レポートのプロパティに関連付けられているテキストを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Property Property As 
    Get
    Set
'使用

Dim instance As ReportFilterCondition
Dim value As 

value = instance.Property

instance.Property = value
public  Property { get; set; }
public:
property ^ Property {
    ^ get ();
    void set (^ value);
}
member Property :  with get, set
function get Property () : 
function set Property (value : )

プロパティ値

型:
レポートのプロパティに関連付けられている文字列。

関連項目

参照

ReportFilterCondition クラス

Microsoft.SqlServer.Management 名前空間