ObjectViewer.ObjectPropertyItem Class

Displays the item property of an object in the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem
    Microsoft.SqlServer.Management.Controls.ObjectViewer.ObjectPropertyItem

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class ObjectPropertyItem _
    Inherits PropertyViewer..::..PropertyItem
'Usage
Dim instance As ObjectViewer.ObjectPropertyItem
public class ObjectPropertyItem : PropertyViewer..::..PropertyItem
public ref class ObjectPropertyItem : public PropertyViewer..::..PropertyItem
type ObjectPropertyItem =  
    class
        inherit PropertyViewer..::..PropertyItem
    end
public class ObjectPropertyItem extends PropertyViewer..::..PropertyItem

The ObjectViewer.ObjectPropertyItem type exposes the following members.

Constructors

  Name Description
Public method ObjectViewer.ObjectPropertyItem Initializes a new instance of the ObjectViewer.ObjectPropertyItem class.

Top

Properties

  Name Description
Public property HideName Gets or sets a value indicating whether it is true or false. (Inherited from PropertyViewer.PropertyItem.)
Public property Instance Gets the object that is connected with ObjectjectPropertyItem.
Public property Name Gets the name of the property item. (Inherited from PropertyViewer.PropertyItem.)
Public property Priority Gets or sets a value indicating the priority of the property. (Inherited from PropertyViewer.PropertyItem.)
Public property PropertyDescriptor Gets the description of the property.
Public property SortKey Gets the sort key of the property item. (Inherited from PropertyViewer.PropertyItem.)
Public property Value Gets or sets the value of the property item. (Inherited from PropertyViewer.PropertyItem.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method GetValue Gets the value of the object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.