Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a request message for specifying the entity or entities to be created in the EntityMembers type.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.EntityMembersCreateRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "EntityMembersCreateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMembersCreateRequest
'Usage
Dim instance As EntityMembersCreateRequest
[MessageContractAttribute(WrapperName = "EntityMembersCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityMembersCreateRequest
[MessageContractAttribute(WrapperName = L"EntityMembersCreateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityMembersCreateRequest
[<MessageContractAttribute(WrapperName = "EntityMembersCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityMembersCreateRequest = class end
public class EntityMembersCreateRequest
The EntityMembersCreateRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
EntityMembersCreateRequest() | Initializes a new instance of the EntityMembersCreateRequest class that has default values. |
![]() |
EntityMembersCreateRequest(International, EntityMembers, Boolean) | Initializes a new instance of the EntityMembersCreateRequest class with the specified values. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
International | Specifies the cultural settings. |
![]() |
Members | Specifies the entity members. |
![]() |
ReturnCreatedIdentifiers | Indicates whether the object should be returned with the newly generated ID. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)