EntityMembersCreateRequest.ReturnCreatedIdentifiers 欄位
Indicates whether the object should be returned with the newly generated ID.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public ReturnCreatedIdentifiers As Boolean
'用途
Dim instance As EntityMembersCreateRequest
Dim value As Boolean
value = instance.ReturnCreatedIdentifiers
instance.ReturnCreatedIdentifiers = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public bool ReturnCreatedIdentifiers
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
bool ReturnCreatedIdentifiers
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable ReturnCreatedIdentifiers: bool
public var ReturnCreatedIdentifiers : boolean