다음을 통해 공유


SqlScriptEditorControl.MultiServerPropertiesDisplay.State 속성

Gets the state of the aggregate connection.

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

구문

‘선언
<DisplayCategoryKeyAttribute("AggregateStatus_Category")> _
<DisplayNameKeyAttribute("State_Name")> _
<DisplayDescriptionKeyAttribute("State_Description")> _
Public ReadOnly Property State As String 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.State
[DisplayCategoryKeyAttribute("AggregateStatus_Category")]
[DisplayNameKeyAttribute("State_Name")]
[DisplayDescriptionKeyAttribute("State_Description")]
public string State { get; }
[DisplayCategoryKeyAttribute(L"AggregateStatus_Category")]
[DisplayNameKeyAttribute(L"State_Name")]
[DisplayDescriptionKeyAttribute(L"State_Description")]
public:
property String^ State {
    String^ get ();
}
[<DisplayCategoryKeyAttribute("AggregateStatus_Category")>]
[<DisplayNameKeyAttribute("State_Name")>]
[<DisplayDescriptionKeyAttribute("State_Description")>]
member State : string
function get State () : String

속성 값

유형: System.String
The state of the aggregate connection.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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