次の方法で共有


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

プロパティ値

"サーバー (ログイン)" など、選択された接続情報の表示名です。

属性

適用対象