Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildLoginName 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
<DisplayNameKeyAttribute("LoginName_Name")> _
<DisplayCategoryKeyAttribute("ConnectionDetails_Category")> _
<DisplayDescriptionKeyAttribute("LoginName_Description")> _
Public ReadOnly Property ChildLoginName As String 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.ChildLoginName
[DisplayNameKeyAttribute("LoginName_Name")]
[DisplayCategoryKeyAttribute("ConnectionDetails_Category")]
[DisplayDescriptionKeyAttribute("LoginName_Description")]
public string ChildLoginName { get; }
[DisplayNameKeyAttribute(L"LoginName_Name")]
[DisplayCategoryKeyAttribute(L"ConnectionDetails_Category")]
[DisplayDescriptionKeyAttribute(L"LoginName_Description")]
public:
property String^ ChildLoginName {
    String^ get ();
}
[<DisplayNameKeyAttribute("LoginName_Name")>]
[<DisplayCategoryKeyAttribute("ConnectionDetails_Category")>]
[<DisplayDescriptionKeyAttribute("LoginName_Description")>]
member ChildLoginName : string
function get ChildLoginName () : String

속성 값

유형: System.String
The name of the login for the selected child connection.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스