ImpersonationInfo-Klasse

Defines the type of credentials used to establish a connection to the server.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ImpersonationInfo

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Class ImpersonationInfo _
    Implements ICloneable
'Usage
Dim instance As ImpersonationInfo
public class ImpersonationInfo : ICloneable
public ref class ImpersonationInfo : ICloneable
type ImpersonationInfo =  
    class 
        interface ICloneable 
    end
public class ImpersonationInfo implements ICloneable

Der ImpersonationInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ImpersonationInfo() Initializes a new instance of ImpersonationInfo using default values.
Öffentliche Methode ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
Öffentliche Methode ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
Öffentliche Methode ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Account Gets or sets the user account.
Öffentliche Eigenschaft ImpersonationInfoSecurity Gets or sets the password availability from data source.
Öffentliche Eigenschaft ImpersonationMode Gets or sets the access mode the service uses to connect to the data source.
Öffentliche Eigenschaft Password Gets or sets the password.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a full copy of current ImpersonationInfo object.
Öffentliche Methode CopyTo Returns a full copy of current ImpersonationInfo into specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a System.String representation of current object. (Überschreibt Object.ToString().)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo 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