Property-Member
The Property object provides programmatic access to the properties of all the SMO objects.
Der Property-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CompareTo | Compares the Property object to another object. | |
Equals | Determines whether two Property objects are equal. (Überschreibt Object. . :: . .Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Überschreibt Object. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a String value that represents the current object. (Überschreibt Object. . :: . .ToString() () () ().) |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ISfcPropertyAttributes | ||
ISfcPropertyDirty | ||
ISfcPropertyEnabled | ||
ISfcPropertyIsNull | ||
ISfcPropertyName | ||
ISfcPropertyRequired | ||
ISfcPropertyType | ||
ISfcPropertyValue | ||
ISfcPropertyWritable |
Zum Anfang