Свойство ExecuteContext.Principal

Gets or sets the principal used to execute the statement.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Principal As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As ExecuteContext 
Dim value As ScalarExpression 

value = instance.Principal

instance.Principal = value
public ScalarExpression Principal { get; set; }
public:
property ScalarExpression^ Principal {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Principal : ScalarExpression with get, set
function get Principal () : ScalarExpression 
function set Principal (value : ScalarExpression)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The principal.

См. также

Справочник

ExecuteContext Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom