Compartilhar via


Propriedade ExecutionContextPrincipal

Gets or sets the execution context principal.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property ExecutionContextPrincipal As String
    Get
    Set
'Uso
Dim instance As Trigger
Dim value As String

value = instance.ExecutionContextPrincipal

instance.ExecutionContextPrincipal = value
[SfcPropertyAttribute]
public string ExecutionContextPrincipal { get; set; }
[SfcPropertyAttribute]
public:
property String^ ExecutionContextPrincipal {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member ExecutionContextPrincipal : string with get, set
function get ExecutionContextPrincipal () : String
function set ExecutionContextPrincipal (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A String value that specifies the execution context principal.