Metodo IGPM::CreateMigrationTable (gpmgmt.h)

Crea una tabella di migrazione vuota.

Sintassi

HRESULT CreateMigrationTable(
  [out] IGPMMigrationTable **ppMigrationTable
);

Parametri

[out] ppMigrationTable

Riceve la tabella di migrazione creata che non contiene voci. Vedere IGPMMigrationTable.

Valore restituito

C++

Restituisce S_OK se riuscito. Restituisce un codice di errore se si verifica un errore.

JScript

Restituisce un riferimento a un oggetto GPMMigrationTable .

VB

Restituisce un riferimento a un oggetto GPMMigrationTable .

Requisiti

   
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Piattaforma di destinazione Windows
Intestazione gpmgmt.h
DLL Gpmgmt.dll

Vedi anche

IGPM

IGPMMigrationTable