ArcObjects Library Reference (GISClient)  

ISDSServerObjectAdmin.SDSServerType Property

SDS server type.

[Visual Basic .NET]
Public ReadOnly Property SDSServerType As esriSDSServerType
[C#]
public esriSDSServerType SDSServerType {get;}
[C++]
HRESULT get_SDSServerType(
  esriSDSServerType* pServerType
);
[C++]

Parameters

pServerType [out, retval]

  pServerType is a parameter of type esriSDSServerType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISDSServerObjectAdmin Interface