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 ConnectionInfo object from the Server object. This field is read-only.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionInfo As ConnectionInfo
Get
'Usage
Dim instance As Server
Dim value As ConnectionInfo
value = instance.ConnectionInfo
public ConnectionInfo ConnectionInfo { get; }
public:
property ConnectionInfo^ ConnectionInfo {
ConnectionInfo^ get ();
}
member ConnectionInfo : ConnectionInfo
function get ConnectionInfo () : ConnectionInfo
Property Value
Type: Microsoft.AnalysisServices.ConnectionInfo
The information of the connection.
Remarks
The ConnectionInfo object itself contains information about the connection. For example, this information can include ImpersonationLevel, InstanceName, and IntegratedSecurity.