Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.