Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the connection string.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property ConnectionString As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A String value that specifies the connection string.