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.
Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.ConnectionInfo
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class ConnectionInfo
'Usage
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo = class end
public final class ConnectionInfo
Der ConnectionInfo-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
ConnectionInfo | Initializes a new instance of the ConnectionInfo class using a connection string. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Catalog | Gets a catalog of databases associated with the ConnectionInfo object. |
![]() |
CharacterEncoding | Gets the character encoding value associated with the ConnectionInfo object. |
![]() |
ClientCertificateThumbprint | |
![]() |
CompressionLevel | Gets the compression level associated with the ConnectionInfo object. |
![]() |
ConnectionType | Gets the connection type associated with the ConnectionInfo object. |
![]() |
ConnectTimeout | Gets the connection timeout information associated with the ConnectionInfo object. |
![]() |
EncryptionPassword | Infrastruktur Gets the encryption password associated with the ConnectionInfo object. |
![]() |
ExtendedProperties | Gets the extended properties associated with the ConnectionInfo object. |
![]() |
IdentityProvider | |
![]() |
ImpersonationLevel | Gets the impersonation level associated with a ConnectionInfo object. |
![]() |
InstanceName | Gets the instance name associated with the ConnectionInfo object. |
![]() |
IntegratedSecurity | Gets the integrated security status for the ConnectionInfo object. |
![]() |
Location | Gets the location associated with the ConnectionInfo object. |
![]() |
PacketSize | Gets the packet size in bytes associated with a ConnectionInfo object. |
![]() |
Password | Gets the password associated with the ConnectionInfo object. |
![]() |
Port | Gets the port number associated with the ConnectionInfo object. |
![]() |
ProtectionLevel | Gets the protection level associated with a ConnectionInfo object. |
![]() |
ProtocolFormat | Gets the protocol format for the ConnectionInfo object. |
![]() |
Server | Gets the server name associated with a ConnectionInfo object. |
![]() |
Sspi | Gets the name of the SSPI package to use during the authentication process of the connection. |
![]() |
Timeout | Gets the timeout value associated with the ConnectionInfo object. |
![]() |
TransportCompression | Gets the TransportCompression object element with the ConnectionInfo object. |
![]() |
UseExistingFile | Gets the Boolean status of use existing file property of the ConnectionInfo object. |
![]() |
UserID | Gets the user identifier associated with the ConnectionInfo object. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)