Property Class
The Property object provides programmatic access to the properties of all the SMO objects.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Smo::Property
Microsoft.SqlServer.Management.Smo.Wmi::ProtocolProperty
| Name | Description | |
|---|---|---|
![]() | Dirty | Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. |
![]() | Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. |
![]() | IsNull | Gets the Boolean property value that specifies whether the property is set to null. |
![]() | Name | Gets the name of the property. |
![]() | Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. |
![]() | Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. |
![]() | Type | Gets the type of property. |
![]() | Value | Gets or sets the value of the property. |
![]() | Writable | Gets the Boolean property value that specifies whether the property can be modified. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | Compares the Property object to another object. |
![]() | Equals(Object^) | Determines whether two Property objects are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String value that represents the current object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Property^, Property^) | Determines whether two objects are equal by performing an equality operation on two Property objects. |
![]() ![]() | GreaterThan(Property^, Property^) | Determines whether one object is greater than another object by performing an greater than operation on two Property objects. |
![]() ![]() | Inequality(Property^, Property^) | Determines whether two objects are unequal by performing an inequality operation on two Property objects. |
![]() ![]() | LessThan(Property^, Property^) | Determines whether one object is less than another object by performing an less than operation on two Property objects. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcProperty::Attributes | Gets the aggregated list of custom attributes that are associated with the property. |
![]() ![]() | ISfcProperty::Dirty | Gets a value that indicates whether the property value has been changed. |
![]() ![]() | ISfcProperty::Enabled | Gets information whether the ISfcProperty is enabled. |
![]() ![]() | ISfcProperty::IsNull | Gets the Boolean property value that specifies whether the property is set to null. |
![]() ![]() | ISfcProperty::Name | Gets the name of the property. |
![]() ![]() | ISfcProperty::Required | Gets a value that indicates whether the property is required. |
![]() ![]() | ISfcProperty::Type | Gets the type of the property. |
![]() ![]() | ISfcProperty::Value | Gets or sets the property value. |
![]() ![]() | ISfcProperty::Writable | Gets a value that indicates whether the object is writable. |
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






