Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the import type being staged.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property ImportType As EntityStagingImportType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingImportType
The import type being staged.
Vea también
Referencia
EntityStagingLoadRequest Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts