Freigeben über


ConnectionInfo-Klasse

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
Öffentliche Methode ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Catalog Gets a catalog of databases associated with the ConnectionInfo object.
Öffentliche Eigenschaft CharacterEncoding Gets the character encoding value associated with the ConnectionInfo object.
Öffentliche Eigenschaft ClientCertificateThumbprint
Öffentliche Eigenschaft CompressionLevel Gets the compression level associated with the ConnectionInfo object.
Öffentliche Eigenschaft ConnectionType Gets the connection type associated with the ConnectionInfo object.
Öffentliche Eigenschaft ConnectTimeout Gets the connection timeout information associated with the ConnectionInfo object.
Öffentliche Eigenschaft EncryptionPassword Infrastruktur Gets the encryption password associated with the ConnectionInfo object.
Öffentliche Eigenschaft ExtendedProperties Gets the extended properties associated with the ConnectionInfo object.
Öffentliche Eigenschaft IdentityProvider
Öffentliche Eigenschaft ImpersonationLevel Gets the impersonation level associated with a ConnectionInfo object.
Öffentliche Eigenschaft InstanceName Gets the instance name associated with the ConnectionInfo object.
Öffentliche Eigenschaft IntegratedSecurity Gets the integrated security status for the ConnectionInfo object.
Öffentliche Eigenschaft Location Gets the location associated with the ConnectionInfo object.
Öffentliche Eigenschaft PacketSize Gets the packet size in bytes associated with a ConnectionInfo object.
Öffentliche Eigenschaft Password Gets the password associated with the ConnectionInfo object.
Öffentliche Eigenschaft Port Gets the port number associated with the ConnectionInfo object.
Öffentliche Eigenschaft ProtectionLevel Gets the protection level associated with a ConnectionInfo object.
Öffentliche Eigenschaft ProtocolFormat Gets the protocol format for the ConnectionInfo object.
Öffentliche Eigenschaft Server Gets the server name associated with a ConnectionInfo object.
Öffentliche Eigenschaft Sspi Gets the name of the SSPI package to use during the authentication process of the connection.
Öffentliche Eigenschaft Timeout Gets the timeout value associated with the ConnectionInfo object.
Öffentliche Eigenschaft TransportCompression Gets the TransportCompression object element with the ConnectionInfo object.
Öffentliche Eigenschaft UseExistingFile Gets the Boolean status of use existing file property of the ConnectionInfo object.
Öffentliche Eigenschaft UserID Gets the user identifier associated with the ConnectionInfo object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace