SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildLoginName Property

Definition

Gets the name of the login for the selected child connection.

public:
 property System::String ^ ChildLoginName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("LoginName_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("LoginName_Name")]
public string ChildLoginName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("LoginName_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("LoginName_Name")>]
member this.ChildLoginName : string
Public ReadOnly Property ChildLoginName As String

Property Value

The name of the login for the selected child connection.

Attributes

Applies to