State 枚举

Contains values specifying the edit state of an MDM object.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataContractAttribute(Name := "State", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration State
用法
Dim instance As State
[DataContractAttribute(Name = "State", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum State
[DataContractAttribute(Name = L"State", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class State
[<DataContractAttribute(Name = "State", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type State
public enum State

成员

成员名称 说明
NewItem This is a new item and has not been saved yet.
Changed This item has been changed and those changes have not been saved yet.
Unchanged This is an existing item and no changes have been made.
CopyItem This item will be saved as a new item but with the properties of an existing object.
Invalid This object has invalid property values and cannot be saved.
MarkedForDelete This item has been marked for deletion.