SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildDisplayName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択された子接続の表示名を取得します。
public:
property System::String ^ ChildDisplayName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ServerDisplayName_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ServerDisplayName_Name")]
public string ChildDisplayName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ServerDisplayName_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ServerDisplayName_Name")>]
member this.ChildDisplayName : string
Public ReadOnly Property ChildDisplayName As String
プロパティ値
選択された子接続の表示名です。
- 属性