ArcObjects Library Reference (Catalog)  

IGxGDSConnection.AttachGeoDatabase Method

Attaches a Geodatabase.

[Visual Basic .NET]
Public Sub AttachGeoDatabase ( _
    ByVal gdbName As String, _
    ByVal gdbFileName As String _
)
[C#]
public void AttachGeoDatabase (
    string gdbName,
    string gdbFileName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGDSConnection Interface