Partager via


Propriété OlapConnectionInfo.ConnectionString

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Obtient une valeur String qui spécifie la chaîne de connexion du moteur de base de données.

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 : String
Chaîne qui représente la chaîne de connexion.

Voir aussi

Référence

OlapConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Common