다음을 통해 공유


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.