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 | |
---|---|---|
ImpersonationInfo() | Initializes a new instance of ImpersonationInfo using default values. | |
ImpersonationInfo(ImpersonationMode) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode. | |
ImpersonationInfo(String, String) | Initializes a new instance of ImpersonationInfo for the specified user account and password. | |
ImpersonationInfo(ImpersonationMode, String, String) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Account | Gets or sets the user account. | |
ImpersonationInfoSecurity | Gets or sets the password availability from data source. | |
ImpersonationMode | Gets or sets the access mode the service uses to connect to the data source. | |
Password | Gets or sets the password. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Returns a full copy of current ImpersonationInfo object. | |
CopyTo | Returns a full copy of current ImpersonationInfo into specified object. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a System.String representation of current object. (Überschreibt Object.ToString().) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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.