Provides access to members that have information about the GIS server connection.
Members
| Name | Description | |
|---|---|---|
![]() |
FullName | The AGSServerConnectionName object assiated with the GIS server connection. |
![]() |
GetFile | Retrieves a file from the specified url. |
![]() |
GetFileAsVariant | Retrieves the stream as variant from the specified url. |
![]() |
GetFolders | Returns an enumeration of folder names beneath the specified folder. |
![]() |
GetItemInfo | Returns the Item Info of a service. |
![]() |
GetMetadata | Returns the metadata of a service. |
![]() |
GetServerVersion | Returns the server version. |
![]() |
GetServiceURL | Returns the URL for a service in the server behind this connection. |
![]() |
Name | The name of the connection. |
![]() |
ServerObjectNames | The ServerObjectNames in the GIS server. |
![]() |
ServerObjectNamesEx | The ServerObjectNames in the GIS server folder. |
IAGSServerConnection4.GetItemInfo Method
Returns the Item Info of a service.
Public Function GetItemInfo ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal soeType As String _
) As IItemInfo
public IItemInfo GetItemInfo (
    string Name,
    string Type,
    string soeType
);
IAGSServerConnection4.GetMetadata Method
Returns the metadata of a service.
Public Function GetMetadata ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal soeType As String _
) As IPropertySet
public IPropertySet GetMetadata (
    string Name,
    string Type,
    string soeType
);
IAGSServerConnection4.GetServerVersion Method
Returns the server version.
Public Function GetServerVersion ( _
    ByVal versionType As esriAGSServerVersionType _
) As Object
public object GetServerVersion (
    esriAGSServerVersionType versionType
);
IAGSServerConnection4.GetServiceURL Method
Returns the URL for a service in the server behind this connection.
Public Function GetServiceURL ( _
    ByVal urlType As esriServiceURLType, _
    ByVal Service As IAGSServerObjectName _
) As String
public string GetServiceURL (
    esriServiceURLType urlType,
    IAGSServerObjectName Service
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IAGSServerConnection3 | Provides access to members that have information about the GIS server connection.. |
| IAGSServerConnection2 | Provides access to members that create and open GIS server connections and supply server connection factory information. |
| IAGSServerConnection | Provides access to members that have information about the GIS server connection.. |
Classes that implement IAGSServerConnection4
| Classes | Description |
|---|



