EntityStagingLoadRequest.ImportType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the import type being staged.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property ImportType As EntityStagingImportType 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

EntityStagingLoadRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间