共用方式為


Property 成員

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

Property 型別公開下列成員。

方法

  名稱 描述
公用方法 CompareTo Compares the Property object to another object.
公用方法 Equals Determines whether two Property objects are equal. (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Returns a String value that represents the current object. (覆寫 Object. . :: . .ToString() () () ()。)

頂端

運算子

  名稱 描述
公用運算子靜態成員 Equality Determines whether two objects are equal by performing an equality operation on two Property objects.
公用運算子靜態成員 GreaterThan Determines whether one object is greater than another object by performing an greater than operation on two Property objects.
公用運算子靜態成員 Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects.
公用運算子靜態成員 LessThan Determines whether one object is less than another object by performing an less than operation on two Property objects.

頂端

屬性

  名稱 描述
公用屬性 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.

頂端