Classe ConnectionInfo

Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.ConnectionInfo

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ConnectionInfo
'Utilisation
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo =  class end
public final class ConnectionInfo

Le type ConnectionInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices