Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the EntityMemberKeyGetResponse class that has the specified member keys and operation result.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
MemberKeys As Collection(Of MemberKey), _
OperationResult As OperationResult _
)
'Uso
Dim MemberKeys As Collection(Of MemberKey)
Dim OperationResult As OperationResult
Dim instance As New EntityMemberKeyGetResponse(MemberKeys, _
OperationResult)
public EntityMemberKeyGetResponse(
Collection<MemberKey> MemberKeys,
OperationResult OperationResult
)
public:
EntityMemberKeyGetResponse(
Collection<MemberKey^>^ MemberKeys,
OperationResult^ OperationResult
)
new :
MemberKeys:Collection<MemberKey> *
OperationResult:OperationResult -> EntityMemberKeyGetResponse
public function EntityMemberKeyGetResponse(
MemberKeys : Collection<MemberKey>,
OperationResult : OperationResult
)
Parámetros
- MemberKeys
Tipo: System.Collections.ObjectModel.Collection<MemberKey>
Collection of member keys containing member codes (if internal IDs are provided) or internal IDs (if member codes are provided).
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
Vea también
Referencia
EntityMemberKeyGetResponse Clase