SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildState Property

Definition

Gets the state of the selected child connection.

public:
 property System::String ^ ChildState { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ConnectionState_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ConnectionState_Name")]
public string ChildState { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ConnectionState_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ConnectionState_Name")>]
member this.ChildState : string
Public ReadOnly Property ChildState As String

Property Value

The state of the selected child connection.

Attributes

Applies to