Partager via


Propriété SqlOlapConnectionInfoBase.ConnectionString

Obtient la chaîne de connexion.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property ConnectionString As String 
    Get
'Utilisation
Dim instance As SqlOlapConnectionInfoBase 
Dim value As String 

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

Valeur de propriété

Type : String
Valeur String qui spécifie la chaîne de connexion.

Voir aussi

Référence

SqlOlapConnectionInfoBase Classe

Espace de noms Microsoft.SqlServer.Management.Common