Assembly.ImpersonationInfo Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the user credentials under which an assembly is run.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public ImpersonationInfo ImpersonationInfo { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property ImpersonationInfo^ ImpersonationInfo {
    ImpersonationInfo^ get();
    void set(ImpersonationInfo^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member ImpersonationInfo : ImpersonationInfo with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property ImpersonationInfo As ImpersonationInfo

Property Value

Type: Microsoft.AnalysisServices.ImpersonationInfo

The user credentials under which an assembly is run.

Remarks

Most references to an assembly are to a managed-code-based stored procedure.

See Also

Assembly Class
Microsoft.AnalysisServices Namespace

Return to top