Property Members

The Property object provides programmatic access to the properties of all the SMO objects.

The following tables list the members exposed by the Property type.

Public Properties

  Name Description
ms220050.pubproperty(en-US,SQL.90).gif 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 Microsoft SQL Server.
ms220050.pubproperty(en-US,SQL.90).gif Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values.
ms220050.pubproperty(en-US,SQL.90).gif IsNull Gets the Boolean property value that specifies whether the property is set to null.
ms220050.pubproperty(en-US,SQL.90).gif Name Gets the name of the property.
ms220050.pubproperty(en-US,SQL.90).gif Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved.
ms220050.pubproperty(en-US,SQL.90).gif Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already.
ms220050.pubproperty(en-US,SQL.90).gif Type Gets the type of property.
ms220050.pubproperty(en-US,SQL.90).gif Value Gets or sets the value of the property.
ms220050.pubproperty(en-US,SQL.90).gif Writable Gets the Boolean property value that specifies whether the property can be modified.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220050.pubmethod(en-US,SQL.90).gif CompareTo Compares the Property object to another object.
ms220050.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden.  
ms220050.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
ms220050.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms220050.pubmethod(en-US,SQL.90).gifms220050.static(en-US,SQL.90).gif op_Equality Determines whether two objects are equal by performing an equality operation on two Property objects.
ms220050.pubmethod(en-US,SQL.90).gifms220050.static(en-US,SQL.90).gif op_GreaterThan Determines whether one object is greater than another object by performing an greater than operation on two Property objects.
ms220050.pubmethod(en-US,SQL.90).gifms220050.static(en-US,SQL.90).gif op_Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects.
ms220050.pubmethod(en-US,SQL.90).gifms220050.static(en-US,SQL.90).gif op_LessThan Determines whether one object is less than another object by performing an less than operation on two Property objects.
ms220050.pubmethod(en-US,SQL.90).gifms220050.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220050.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a String value that represents the current object.

Top

Protected Methods

  Name Description
ms220050.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms220050.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Property Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Setting Properties