Propriedade do RDL EntityStagingLoadRequest.ImportType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the import type being staged.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property ImportType As EntityStagingImportType
Get
Set
'Uso
Dim instance As EntityStagingLoadRequest
Dim value As EntityStagingImportType
value = instance.ImportType
instance.ImportType = value
[MessageBodyMemberAttribute]
public EntityStagingImportType ImportType { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityStagingImportType ImportType {
EntityStagingImportType get ();
void set (EntityStagingImportType value);
}
[<MessageBodyMemberAttribute>]
member ImportType : EntityStagingImportType with get, set
function get ImportType () : EntityStagingImportType
function set ImportType (value : EntityStagingImportType)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingImportType
The import type being staged.
Consulte também
Referência
EntityStagingLoadRequest Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts