SqlScriptEditorControl.MultiServerPropertiesDisplay.SelectedConnectionInfo 속성

정의

선택한 연결 정보의 표시 이름("서버(로그인)")을 가져오거나 설정합니다.

public:
 property System::String ^ SelectedConnectionInfo { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionId_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ChildConnections_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ChildConnections_Name")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValues(true)]
public string SelectedConnectionInfo { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionId_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ChildConnections_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ChildConnections_Name")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValues(true)>]
member this.SelectedConnectionInfo : string with get, set
Public Property SelectedConnectionInfo As String

속성 값

선택한 연결 정보의 표시 이름(“서버(로그인)”)입니다.

특성

적용 대상