Condividi tramite


Classe ConnectionInfo

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices..::..ConnectionInfo

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ConnectionInfo
'Utilizzo
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo =  class end
public final class ConnectionInfo

Nel tipo ConnectionInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.