Share via


Propriété ConnectionString

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a String value that specifies the Database Engine connection string.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ConnectionString As String
    Get
'Utilisation
Dim instance As OlapConnectionInfo
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

Valeur de propriété

Type : System. . :: . .String
A string that represents the connection string.