Condividi tramite


Proprietà SqlOlapConnectionInfoBase.ConnectionString

Gets the connection string.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property ConnectionString As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: String
A String value that specifies the connection string.

Vedere anche

Riferimento

SqlOlapConnectionInfoBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common