ObjectPropertyData Class

 

Represents information about the properties of the data.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management.Data::PropertyData
    Microsoft.SqlServer.Management.Data::ObjectPropertyData

public ref class ObjectPropertyData : PropertyData

NameDescription
System_CAPS_pubmethodObjectPropertyData(Int32, Stack<String^>^, PropertyInfo^)

Initializes a new instance of the ObjectPropertyData class with the specified count, names, and information for the properties.

NameDescription
System_CAPS_pubpropertyAttributes

Gets a collection of the attributes for the object.(Inherited from PropertyData.)

System_CAPS_pubpropertyDirty

Gets or sets the value that indicates whether a PropertyData object has been modified since the last time the data was saved.(Inherited from PropertyData.)

System_CAPS_pubpropertyEnabled

Gets or sets a value that indicates whether the property value is enabled.(Inherited from PropertyData.)

System_CAPS_pubpropertyIsNull

Gets a value that indicates whether the specified data contains a null value.(Inherited from PropertyData.)

System_CAPS_pubpropertyName

Gets the string value for the property.(Inherited from PropertyData.)

System_CAPS_pubpropertyRequired

Gets or sets the required value for the property.(Inherited from PropertyData.)

System_CAPS_pubpropertyType

Gets the specified type of the property.(Inherited from PropertyData.)

System_CAPS_pubpropertyValue

Gets or sets the current value of the property.(Inherited from PropertyData.)

System_CAPS_pubpropertyWritable

Gets or sets a value that indicates whether the property is writable.(Inherited from PropertyData.)

NameDescription
System_CAPS_pubmethodAppendAttribute(array<Attribute^>^)

Specifies the attribute to be used in the property.(Inherited from PropertyData.)

System_CAPS_pubmethodAppendAttribute(AttributeCollection^)

Specifies the attribute to be used in the collection within the property.(Inherited from PropertyData.)

System_CAPS_pubmethodAppendAttribute(IEnumerable<Attribute^>^)

Returns an IEnumerator for the attribute.(Inherited from PropertyData.)

System_CAPS_pubmethodCommit(Object^)

Commits the property of an object.

System_CAPS_pubmethodCompareTo(ISfcProperty^)

Indicates a specified property to be compared with another object.(Inherited from PropertyData.)

System_CAPS_pubmethodCompareTo(Object^)

Compares the current instance with another object of the same type.(Inherited from PropertyData.)

System_CAPS_pubmethodEquals(ISfcProperty^)

Indicates whether this instance and a specified object are equal.(Inherited from PropertyData.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(Object^)

Initializes the property of an object.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(String^)

Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.(Overrides PropertyData::OnPropertyChanged(String^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an instance of a changed property. This class cannot be inherited.(Inherited from PropertyData.)

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

Return to top
Show: