ValidationProcessOptions.CommitVersion プロパティ
検証後にそのバージョンをコミットするかどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CommitVersion As Boolean
Get
Set
'使用
Dim instance As ValidationProcessOptions
Dim value As Boolean
value = instance.CommitVersion
instance.CommitVersion = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool CommitVersion { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool CommitVersion {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CommitVersion : bool with get, set
function get CommitVersion () : boolean
function set CommitVersion (value : boolean)
プロパティ値
型: System.Boolean
検証後にそのバージョンをコミットする場合は true、それ以外の場合は false です。