Freigeben über


EntityStagingLoadRequest.ImportType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the import type being staged.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

EntityStagingLoadRequest Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace