PropertyData 클래스

정의

WMI(Windows Management Instrumentation) 속성에 대한 정보를 나타냅니다.

public ref class PropertyData : IComparable, IComparable<Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^>, IEquatable<Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^>, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty, System::ComponentModel::INotifyPropertyChanged
[System.Serializable]
public class PropertyData : IComparable, IComparable<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty>, IEquatable<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty>, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty, System.ComponentModel.INotifyPropertyChanged
[<System.Serializable>]
type PropertyData = class
    interface ISfcProperty
    interface INotifyPropertyChanged
    interface IComparable<ISfcProperty>
    interface IEquatable<ISfcProperty>
    interface IComparable
Public Class PropertyData
Implements IComparable, IComparable(Of ISfcProperty), IEquatable(Of ISfcProperty), INotifyPropertyChanged, ISfcProperty
상속
PropertyData
파생
특성
구현

생성자

PropertyData(ISfcProperty)

지정한 속성을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Object)

지정된 이름 및 값을 사용하여 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Object, Boolean)

지정한 이름, 값 및 사용 설정을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Type)

지정한 이름 및 유형을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Type, Boolean)

지정한 이름, 유형 및 사용 설정을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Type, Object)

지정한 이름, 유형 및 값을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

PropertyData(String, Type, Object, Boolean)

지정한 이름, 유형, 값 및 사용 설정을 포함하는 PropertyData 클래스의 새 인스턴스를 초기화합니다.

속성

Attributes

개체에 대한 특성의 컬렉션을 가져옵니다.

Dirty

데이터가 마지막으로 저장된 후로 PropertyData 개체가 수정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

Enabled

속성 값이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsNull

지정한 데이터에 Null 값이 포함되는지 여부를 나타내는 값을 가져옵니다.

Name

속성의 문자열 값을 가져옵니다.

Required

속성의 필수 값을 가져오거나 설정합니다.

Type

속성의 지정한 유형을 가져옵니다.

Value

속성의 현재 값을 가져오거나 설정합니다.

Writable

속성이 쓰기 가능한지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

AppendAttribute(Attribute[])

속성에서 사용할 특성을 지정합니다.

AppendAttribute(AttributeCollection)

속성 내의 컬렉션에서 사용할 특성을 지정합니다.

AppendAttribute(IEnumerable<Attribute>)

특성에 대한 IEnumerator를 반환합니다.

CompareTo(ISfcProperty)

다른 개체와 비교할 지정한 속성을 나타냅니다.

CompareTo(Object)

현재 인스턴스를 동일한 유형의 다른 개체와 비교합니다.

Equals(ISfcProperty)

이 인스턴스와 지정된 개체가 같은지 여부를 나타냅니다.

OnPropertyChanged(String)

지정한 문자열을 포함하는 PropertyChanged 이벤트를 발생시킵니다.

이벤트

PropertyChanged

변경된 속성의 인스턴스를 나타냅니다. 이 클래스는 상속될 수 없습니다.

적용 대상