ServerDdlTrigger.ExecutionContextLogin Property

Definition

Important

This API is not CLS-compliant.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReference(typeof(Microsoft.SqlServer.Management.Smo.Login), "Server[@Name = '{0}']/Login[@Name = '{1}']", new System.String[] { "Parent.ConnectionContext.TrueName", "ExecutionContextLogin" })]
[System.CLSCompliant(false)]
public string ExecutionContextLogin { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReference(typeof(Microsoft.SqlServer.Management.Smo.Login), "Server[@Name = '{0}']/Login[@Name = '{1}']", new System.String[] { "Parent.ConnectionContext.TrueName", "ExecutionContextLogin" })>]
[<System.CLSCompliant(false)>]
member this.ExecutionContextLogin : string with get, set
Public Property ExecutionContextLogin As String

Property Value

Attributes

Applies to