SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Represents the properties object shown in the Visual Studio properties window.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlScriptEditorControl.MultiServerPropertiesDisplay

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

구문

‘선언
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlEditorPropertiesStrings")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<NonWrappedPropertiesClassAttribute> _
Protected Class MultiServerPropertiesDisplay _
    Implements IDynamicValues, IUpdateConnectionProperties, ICustomTypeDescriptor
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlEditorPropertiesStrings")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[NonWrappedPropertiesClassAttribute]
protected class MultiServerPropertiesDisplay : IDynamicValues, 
    IUpdateConnectionProperties, ICustomTypeDescriptor
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlEditorPropertiesStrings")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[NonWrappedPropertiesClassAttribute]
protected ref class MultiServerPropertiesDisplay : IDynamicValues, 
    IUpdateConnectionProperties, ICustomTypeDescriptor
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlEditorPropertiesStrings")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<NonWrappedPropertiesClassAttribute>]
type MultiServerPropertiesDisplay =  
    class 
        interface IDynamicValues 
        interface IUpdateConnectionProperties 
        interface ICustomTypeDescriptor 
    end
protected class MultiServerPropertiesDisplay implements IDynamicValues, IUpdateConnectionProperties, ICustomTypeDescriptor

SqlScriptEditorControl.MultiServerPropertiesDisplay 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 SqlScriptEditorControl.MultiServerPropertiesDisplay Initializes a new instance of the SqlScriptEditorControl.MultiServerPropertiesDisplay class.

맨 위로 이동

속성

  이름 설명
공용 속성 AggregateLoginDisplayName Gets the string to display in the status window for the login name. If this is inconsistent, display an empty string.
공용 속성 ChildDisplayName Gets the display name of the selected child connection.
공용 속성 ChildElapsedTime Gets the elapsed time from start to finish for the selected child connection.
공용 속성 ChildFinishTime Gets the time when results were returned on the selected child connection.
공용 속성 ChildLoginName Gets the name of the login for the selected child connection.
공용 속성 ChildRowsReturned Gets the number of rows returned for the selected child connection.
공용 속성 ChildServerName Gets the name of the selected child connection.
공용 속성 ChildSpid Gets the SQL process ID for the selected child connection.
공용 속성 ChildStartTime Gets the start time for the last query on the selected child connection.
공용 속성 ChildState Gets the state of the selected child connection.
공용 속성 ChildVersion Gets the server version for the selected child connection.
공용 속성 ElapsedTime Gets the overall elapsed time from start to finish.
공용 속성 FailedConnections Gets the list of servers that did not connect.
공용 속성 FinishTime Gets the time when the last result from any server was processed.
공용 속성 Name Gets the name of the connection. This should be the display name of the group or server that is connected.
공용 속성 SelectedConnectionInfo Gets or sets the display name of the selected connection info, as "Server (login)".
공용 속성 SessionTracingID Gets a String value specifying the tracing ID for the connection.
공용 속성 StartTime Gets the time when the query started overall.
공용 속성 State Gets the state of the aggregate connection.
공용 속성 TotalRowsReturned Gets the total number of rows returned from all connections.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetAttributes Returns a collection of custom attributes for this instance of SqlScriptEditorControl.MultiServerPropertiesDisplay.
공용 메서드 GetClassName Gets the class name of this instance.
공용 메서드 GetComponentName Gets the name of this instance.
공용 메서드 GetConverter Gets a type converter for this instance.
공용 메서드 GetDefaultEvent Gets the default event for this instance.
공용 메서드 GetDefaultProperty Gets the default property for this instance.
공용 메서드 GetEditor Gets an editor of the specified type for this instance.
공용 메서드 GetEvents() Gets the events for this instance.
공용 메서드 GetEvents(array<Attribute[]) Gets the events for this instance using the specified attribute array as a filter.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetProperties() Gets the properties for this instance.
공용 메서드 GetProperties(array<Attribute[]) Gets the properties for this instance.
공용 메서드 GetPropertyOwner Gets an object that contains the property described by the specified property descriptor.
공용 메서드 GetStandardValues Gets the values in the selected connection drop down.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IncrementConnectionRowsReturned Updates the number of rows returned for a child connection.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ResetRowsReturned Resets the number of rows returned for all connections to zero.
공용 메서드 ResetStartAndFinishTimes Resets start and finish times on all connections to default values.
공용 메서드 SetAggregateName Sets the name of the multiserver connection.
공용 메서드 SetAggregateState Sets the state of the multiserver connection.
공용 메서드 SetChildLoginName Sets the login name for a child connection.
공용 메서드 SetChildServerName Sets the server name for a child connection.
공용 메서드 SetChildSpid Sets the SPID for a child connection.
공용 메서드 SetChildState Sets the state for a child connection.
공용 메서드 SetChildVersion Sets the server version for a child connection.
공용 메서드 SetFailedConnections Sets the list of failed connections.
공용 메서드 SetTracingID Sets the specified trace id for the specified connection.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Update Refreshes the connection list in the properties window.
공용 메서드 UpdateConnectionStartAndFinishTimes Updates start and finish times for a query on a child connection.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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