Partager via


Propriété EntityStagingLoadRequest.ImportType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the import type being staged.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property ImportType As EntityStagingImportType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.EntityStagingImportType
The import type being staged.

Voir aussi

Référence

EntityStagingLoadRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts