Provides access to members that manage enterprise workspace.
Members
| Name | Description | |
|---|---|---|
![]() |
OpenWithNewLicense | Open the enterprise database connection with new license file. |
![]() |
OpenWithNewPassword | Opens the workspace specified by the connection properties. Changes the connection password if it's expiring or expired. |
IEnterpriseWorkspaceFactory.OpenWithNewLicense Method
Open the enterprise database connection with new license file.
Public Function OpenWithNewLicense ( _
    ByVal ConnectionProperties As IPropertySet, _
    ByVal hWnd As Integer, _
    ByVal newLicensePath As String _
) As IWorkspace
public IWorkspace OpenWithNewLicense (
    IPropertySet ConnectionProperties,
    int hWnd,
    string newLicensePath
);
IEnterpriseWorkspaceFactory.OpenWithNewPassword Method
Opens the workspace specified by the connection properties. Changes the connection password if it's expiring or expired.
Public Function OpenWithNewPassword ( _
    ByVal ConnectionProperties As IPropertySet, _
    ByVal hWnd As Integer, _
    ByVal newPassword As String _
) As IWorkspace
public IWorkspace OpenWithNewPassword (
    IPropertySet ConnectionProperties,
    int hWnd,
    string newPassword
);
Classes that implement IEnterpriseWorkspaceFactory
| Classes | Description |
|---|---|
| SdeWorkspaceFactory (esriDataSourcesGDB) | Esri SDE Workspace Factory. |
