dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / Sid Property

In This Topic
Sid Property (OracleConnectionStringBuilder)
In This Topic
Gets or sets a unique name for an Oracle database instance.
Syntax
'Declaration
 
Public Property Sid As String
 

Property Value

Unique name for an Oracle database instance to use in the OracleConnection.Direct mode. The default value is empty string.
Remarks
This Sid property is used only in OracleConnection.Direct mode. When a value is assigned to this property, the OracleConnection is closed.
See Also