Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.AggregateLoginDisplayName 속성

Gets the string to display in the status window for the login name. If this is inconsistent, display an empty string.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregateLoginDisplayName As String 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.AggregateLoginDisplayName
[BrowsableAttribute(false)]
public string AggregateLoginDisplayName { get; }
[BrowsableAttribute(false)]
public:
property String^ AggregateLoginDisplayName {
    String^ get ();
}
[<BrowsableAttribute(false)>]
member AggregateLoginDisplayName : string
function get AggregateLoginDisplayName () : String

속성 값

유형: System.String
The string to display in the status window for the login name.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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