Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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