PropertyData Class

 

Represents information about a Windows Management Instrumentation (WMI) property.

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

[SerializableAttribute]
public ref class PropertyData : ISfcProperty, INotifyPropertyChanged, 
	IComparable<ISfcProperty^>, IEquatable<ISfcProperty^>, IComparable

NameDescription
System_CAPS_pubmethodPropertyData(ISfcProperty^)

Initializes a new instance of the PropertyData class with the specified property.

System_CAPS_pubmethodPropertyData(String^, Object^)

Initializes a new instance of the PropertyData class with the specified name and value.

System_CAPS_pubmethodPropertyData(String^, Object^, Boolean)

Initializes a new instance of the PropertyData class with the specified name, value, and enabled setting.

System_CAPS_pubmethodPropertyData(String^, Type^)

Initializes a new instance of the PropertyData class with the specified name and type.

System_CAPS_pubmethodPropertyData(String^, Type^, Boolean)

Initializes a new instance of the PropertyData class with the specified name, type, and enabled setting.

System_CAPS_pubmethodPropertyData(String^, Type^, Object^)

Initializes a new instance of the PropertyData class with the specified name, type, and value.

System_CAPS_pubmethodPropertyData(String^, Type^, Object^, Boolean)

Initializes a new instance of the PropertyData class with the specified name, type, value, and enabled setting.

NameDescription
System_CAPS_pubpropertyAttributes

Gets a collection of the attributes for the object.

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.

System_CAPS_pubpropertyEnabled

Gets or sets a value that indicates whether the property value is enabled.

System_CAPS_pubpropertyIsNull

Gets a value that indicates whether the specified data contains a null value.

System_CAPS_pubpropertyName

Gets the string value for the property.

System_CAPS_pubpropertyRequired

Gets or sets the required value for the property.

System_CAPS_pubpropertyType

Gets the specified type of the property.

System_CAPS_pubpropertyValue

Gets or sets the current value of the property.

System_CAPS_pubpropertyWritable

Gets or sets a value that indicates whether the property is writable.

NameDescription
System_CAPS_pubmethodAppendAttribute(array<Attribute^>^)

Specifies the attribute to be used in the property.

System_CAPS_pubmethodAppendAttribute(AttributeCollection^)

Specifies the attribute to be used in the collection within the property.

System_CAPS_pubmethodAppendAttribute(IEnumerable<Attribute^>^)

Returns an IEnumerator for the attribute.

System_CAPS_pubmethodCompareTo(ISfcProperty^)

Indicates a specified property to be compared with another object.

System_CAPS_pubmethodCompareTo(Object^)

Compares the current instance with another object of the same type.

System_CAPS_pubmethodEquals(ISfcProperty^)

Indicates whether this instance and a specified object are equal.

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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(String^)

Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event with the specified string.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an instance of a changed property. This class cannot be inherited.

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: