Condividi tramite


Proprietà EntityStagingLoadRequest.ImportType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the import type being staged.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property ImportType As EntityStagingImportType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

EntityStagingLoadRequest Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts