Поделиться через


Свойство SqlConnectionInfo.ConnectionString

Gets the connection string used when the connection is established with the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ConnectionString As String 
    Get
'Применение
Dim instance As SqlConnectionInfo 
Dim value As String 

value = instance.ConnectionString
[BrowsableAttribute(false)]
public override string ConnectionString { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ConnectionString {
    String^ get () override;
}
[<BrowsableAttribute(false)>]
abstract ConnectionString : string
[<BrowsableAttribute(false)>]
override ConnectionString : string
override function get ConnectionString () : String

Значение свойства

Тип: System.String
A String value that specifies the connection string used to establish the connection to the instance of SQL Server.

См. также

Справочник

SqlConnectionInfo Класс

Пространство имен Microsoft.SqlServer.Management.Common