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.

맨 위로 이동