Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the string of characters used to connect to an instance Analysis Services. This field is read-only.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionString As String
Get
'Usage
Dim instance As Server
Dim value As String
value = instance.ConnectionString
public string ConnectionString { get; }
public:
property String^ ConnectionString {
String^ get ();
}
member ConnectionString : string
function get ConnectionString () : String
Property Value
Type: System.String
A Server connection description containing the information required to make a connection.