次の方法で共有


ExportView.IsDirty プロパティ

基になるビューのデータベース オブジェクトが変更されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property IsDirty As Boolean 
    Get 
    Set
'使用
Dim instance As ExportView 
Dim value As Boolean 

value = instance.IsDirty

instance.IsDirty = value
[DataMemberAttribute]
public bool IsDirty { get; set; }
[DataMemberAttribute]
public:
property bool IsDirty {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsDirty : bool with get, set
function get IsDirty () : boolean 
function set IsDirty (value : boolean)

プロパティ値

型: System.Boolean
基になるビューのデータベース オブジェクトが変更されている場合は true、それ以外の場合は false。

関連項目

参照

ExportView クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間