Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingImportType
The import type being staged.
See Also
Reference
EntityStagingLoadRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace