Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.