ImpersonationInfo.ImpersonationInfoSecurity Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the password availability from data source.

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

Syntax

public ImpersonationInfoSecurity ImpersonationInfoSecurity { get; set; }
public:
property ImpersonationInfoSecurity ImpersonationInfoSecurity {
    ImpersonationInfoSecurity get();
    void set(ImpersonationInfoSecurity value);
}
member ImpersonationInfoSecurity : ImpersonationInfoSecurity with get, set
Public Property ImpersonationInfoSecurity As ImpersonationInfoSecurity

Property Value

Type: Microsoft.AnalysisServices.ImpersonationInfoSecurity

An ImpersonationInfoSecurity value with password availability from data source.

See Also

ImpersonationInfo Class
Microsoft.AnalysisServices Namespace

Return to top