SqlScriptEditorControl.MultiServerPropertiesDisplay.SelectedConnectionInfo プロパティ

定義

選択した接続情報の表示名を「Server (login)」として取得または設定します。

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

プロパティ値

選択した接続情報の表示名は「Server (login)」とします。

属性

適用対象