ArcObjects Library Reference (GeoDatabase)  

IDatasetMigration.MigrateAttributeStorage Method

Migrate the attribute field storage.

[Visual Basic .NET]
Public Sub MigrateAttributeStorage ( _
    ByVal ConfigurationKeyword As String _
)
[C#]
public void MigrateAttributeStorage (
    string ConfigurationKeyword
);
[C++]
HRESULT MigrateAttributeStorage(
  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 MigrateAttributeStorage method will migrate all attribute binary storage to the parameters specified in the ConfigurationKeyword argument.

See Also

IDatasetMigration Interface