共用方式為


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.