Freigeben über


ExecuteContext.Principal-Eigenschaft

Ruft den Prinzipal ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Principal As Expression
    Get
    Set
public Expression Principal { get; set; }
public:
property Expression^ Principal {
    Expression^ get ();
    void set (Expression^ value);
}
member Principal : Expression with get, set
function get Principal () : Expression
function set Principal (value : Expression)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework-Sicherheit

Siehe auch

Referenz

ExecuteContext Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace