ArcObjects Library Reference (GeoDatabase)  

IDatasetMigration.MigrateStorage Method

Migrate all binary field storage.

[Visual Basic .NET]
Public Sub MigrateStorage ( _
    ByVal ConfigurationKeyword As String _
)
[C#]
public void MigrateStorage (
    string ConfigurationKeyword
);
[C++]
HRESULT MigrateStorage(
  BSTR ConfigurationKeyword
);
[C++]

Parameters

ConfigurationKeyword [in]   ConfigurationKeyword is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The MigrateStorage method will migrate all geometry, attribute and raster binaries to the parameters specified in the ConfigurationKeyword argument.

See Also

IDatasetMigration Interface