Creates a new proxy for ArcGIS Server catalog requests.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Function Create( _
ByVal dataSource As String, _
ByVal identity As ESRI.ArcGIS.ADF.Identity _
) As Catalog |
Visual Basic (Usage) | Copy Code |
---|
Dim dataSource As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim value As Catalog
value = Catalog.Create(dataSource, identity) |
Parameters
- dataSource
- ArcGIS Server data source connection information.
- identity
- Identity to use when connecting to the server.
Return Value
New Catalog proxy.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also