ExecuteContext.Principal Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the principal used to execute the statement.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression

The principal.

See Also

ExecuteContext Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top