SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildState 속성

Gets the state of the selected child connection.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("ConnectionState_Description")> _
<DisplayCategoryKeyAttribute("ConnectionDetails_Category")> _
<DisplayNameKeyAttribute("ConnectionState_Name")> _
Public ReadOnly Property ChildState As String 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.ChildState
[DisplayDescriptionKeyAttribute("ConnectionState_Description")]
[DisplayCategoryKeyAttribute("ConnectionDetails_Category")]
[DisplayNameKeyAttribute("ConnectionState_Name")]
public string ChildState { get; }
[DisplayDescriptionKeyAttribute(L"ConnectionState_Description")]
[DisplayCategoryKeyAttribute(L"ConnectionDetails_Category")]
[DisplayNameKeyAttribute(L"ConnectionState_Name")]
public:
property String^ ChildState {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("ConnectionState_Description")>]
[<DisplayCategoryKeyAttribute("ConnectionDetails_Category")>]
[<DisplayNameKeyAttribute("ConnectionState_Name")>]
member ChildState : string
function get ChildState () : String

속성 값

유형: System.String
The state of the selected child connection.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스