Provides access to members that create and open GIS server connections and supply server connection factory information.
Members
| Name | Description | |
|---|---|---|
![]() |
FullName | The AGSServerConnectionName object assiated with the GIS server connection. |
![]() |
GetFolders | Returns an enumeration of folder names beneath the specified folder. |
![]() |
Name | The name of the connection. |
![]() |
ServerObjectNames | The ServerObjectNames in the GIS server. |
![]() |
ServerObjectNamesEx | The ServerObjectNames in the GIS server folder. |
IAGSServerConnection2.GetFolders Method
Returns an enumeration of folder names beneath the specified folder.
Public Function GetFolders ( _
    ByVal reserved As String _
) As IEnumBSTR
public IEnumBSTR GetFolders (
    string reserved
);
IAGSServerConnection2.ServerObjectNamesEx Property
The ServerObjectNames in the GIS server folder.
Public Function get_ServerObjectNamesEx ( _
    ByVal FolderName As String _
) As IAGSEnumServerObjectName
public IAGSEnumServerObjectName get_ServerObjectNamesEx (
    string FolderName
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IAGSServerConnection | Provides access to members that have information about the GIS server connection.. |
Classes that implement IAGSServerConnection2
| Classes | Description |
|---|---|
| AGSServerConnection (esriGISClient) | The AGSServerConnection object for connecting to the GIS server and getting the ServerObjectManager and ServerObjectAdmin. |



