Share via


ImpersonationInfo.ImpersonationMode Property

Gets or sets the access mode the service uses to connect to the data source.

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

Syntax

'Declaration
Public Property ImpersonationMode As ImpersonationMode
public ImpersonationMode ImpersonationMode { get; set; }
public:
property ImpersonationMode ImpersonationMode {
    ImpersonationMode get ();
    void set (ImpersonationMode value);
}
/** @property */
public ImpersonationMode get_ImpersonationMode ()

/** @property */
public void set_ImpersonationMode (ImpersonationMode value)
public function get ImpersonationMode () : ImpersonationMode

public function set ImpersonationMode (value : ImpersonationMode)

Property Value

An ImpersonationMode value with the access mode the service uses to connect to the data source.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ImpersonationInfo Class
ImpersonationInfo Members
Microsoft.AnalysisServices Namespace