Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.SelectedConnectionInfo 속성

Gets or sets the display name of the selected connection info, as "Server (login)".

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

구문

‘선언
<DisplayNameKeyAttribute("ChildConnections_Name")> _
<DynamicValuesAttribute(True)> _
<DisplayDescriptionKeyAttribute("ChildConnections_Description")> _
<DisplayCategoryKeyAttribute("ConnectionId_Category")> _
Public Property SelectedConnectionInfo As String 
    Get 
    Set
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.SelectedConnectionInfo

instance.SelectedConnectionInfo = value
[DisplayNameKeyAttribute("ChildConnections_Name")]
[DynamicValuesAttribute(true)]
[DisplayDescriptionKeyAttribute("ChildConnections_Description")]
[DisplayCategoryKeyAttribute("ConnectionId_Category")]
public string SelectedConnectionInfo { get; set; }
[DisplayNameKeyAttribute(L"ChildConnections_Name")]
[DynamicValuesAttribute(true)]
[DisplayDescriptionKeyAttribute(L"ChildConnections_Description")]
[DisplayCategoryKeyAttribute(L"ConnectionId_Category")]
public:
property String^ SelectedConnectionInfo {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("ChildConnections_Name")>]
[<DynamicValuesAttribute(true)>]
[<DisplayDescriptionKeyAttribute("ChildConnections_Description")>]
[<DisplayCategoryKeyAttribute("ConnectionId_Category")>]
member SelectedConnectionInfo : string with get, set
function get SelectedConnectionInfo () : String 
function set SelectedConnectionInfo (value : String)

속성 값

유형: System.String
The display name of the selected connection info, as “Server (login)”.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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