次の方法で共有


VersionFlag.IsCommittedOnly プロパティ

VersionFlag をコミット済みバージョンにのみ関連付けるかどうかを示す値を取得または設定します。

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

構文

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

value = instance.IsCommittedOnly

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

プロパティ値

型: System.Boolean
VersionFlag をコミット済みのバージョンにのみ関連付ける場合は true、それ以外の場合は false です。

関連項目

参照

VersionFlag クラス

Microsoft.MasterDataServices 名前空間