Freigeben über


DataSource.ImpersonationInfo Property

Gets or sets the impersonation information associated with a specified DataSource object.

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

Syntax

'Declaration
<XmlElementAttribute(IsNullable:=False)> _
Public Property ImpersonationInfo As ImpersonationInfo
[XmlElementAttribute(IsNullable=false)] 
public ImpersonationInfo ImpersonationInfo { get; set; }
[XmlElementAttribute(IsNullable=false)] 
public:
property ImpersonationInfo^ ImpersonationInfo {
    ImpersonationInfo^ get ();
    void set (ImpersonationInfo^ value);
}
/** @property */
public ImpersonationInfo get_ImpersonationInfo ()

/** @property */
public void set_ImpersonationInfo (ImpersonationInfo value)
public function get ImpersonationInfo () : ImpersonationInfo

public function set ImpersonationInfo (value : ImpersonationInfo)

Eigenschaftswert

Information that is used to impersonate a user.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DataSource Class
DataSource Members
Microsoft.AnalysisServices Namespace