Property 클래스

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

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.Property
    Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Class Property _
    Implements ISfcProperty
‘사용 방법
Dim instance As [Property]
public class Property : ISfcProperty
public ref class Property : ISfcProperty
type Property =  
    class 
        interface ISfcProperty 
    end
public class Property implements ISfcProperty

Property 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 ISfcProperty.Attributes Returns an attribute collection that contains properties.
명시적 인터페이스 구현전용 속성 ISfcProperty.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.
명시적 인터페이스 구현전용 속성 ISfcProperty.Enabled Gets the Boolean property value that specifies whether the property is enabled on the entity that it represents on the instance of SQL Server.
명시적 인터페이스 구현전용 속성 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 the Boolean property value that specifies whether the property is required,.
명시적 인터페이스 구현전용 속성 ISfcProperty.Type Gets the type of property.
명시적 인터페이스 구현전용 속성 ISfcProperty.Value Gets or sets the value of the property.
명시적 인터페이스 구현전용 속성 ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified.

맨 위로 이동

주의

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

속성 설정

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스