ESRI.ArcGIS.ADF.IMS
Instance Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Data Namespace > SdeWorkspace Class : Instance Property




Gets or sets the instance.

Syntax

Visual Basic (Declaration) 
Public Property Instance As String
Visual Basic (Usage)Copy Code
Dim instance As SdeWorkspace
Dim value As String
 
instance.Instance = value
 
value = instance.Instance
C# 
public string Instance {get; set;}

Remarks

The following table summarizes the correct syntax for Instance.
Database Instance
Oracle with ArcSDE Port:5151**
Oracle with direct connect sde:oracle (Oracle 8i)
sde:oracle9i (Oracle 9i)
SQL Server with ArcSDE Port:5151**
SQL Server with direct connect sde:sqlserver:<sql server name>
DB2 Port:5151**
DB2 with direct connect sde:db2
Informix Port:5151**
Informix with direct connect sde:Informix

**Note that if you are using a different port number than 5151 for ArcSDE, you should use that port number instead for the instance.

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

© 2011 All Rights Reserved.