ClientProtocolProperty 클래스

The ClientProtocolProperty class represents an attribute of a Windows Management Instrumentation (WMI) client protocol.

상속 계층

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

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

구문

‘선언
Public NotInheritable Class ClientProtocolProperty _
    Inherits ProtocolProperty
‘사용 방법
Dim instance As ClientProtocolProperty
public sealed class ClientProtocolProperty : ProtocolProperty
public ref class ClientProtocolProperty sealed : public ProtocolProperty
[<SealedAttribute>]
type ClientProtocolProperty =  
    class 
        inherit ProtocolProperty 
    end
public final class ClientProtocolProperty extends ProtocolProperty

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

속성

  이름 설명
공용 속성 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. (Property에서 상속됨)
공용 속성 Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Property에서 상속됨)
공용 속성 IsNull Gets the Boolean property value that specifies whether the property is set to null. (Property에서 상속됨)
공용 속성 Name Gets the name of the property. (Property에서 상속됨)
공용 속성 Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Property에서 상속됨)
공용 속성 Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. (Property에서 상속됨)
공용 속성 Type Gets the type of property. (Property에서 상속됨)
공용 속성 Value Gets or sets the value of the property. (Property에서 상속됨)
공용 속성 Writable Gets the Boolean property value that specifies whether the property can be modified. (Property에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 CompareTo Compares the Property object to another object. (Property에서 상속됨)
공용 메서드 Equals Determines whether two Property objects are equal. (Property에서 상속됨)
공용 메서드 GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Property에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString Returns a String value that represents the current object. (Property에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 ISfcProperty.Attributes Returns an attribute collection that contains properties. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 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. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 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. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.IsNull Gets the Boolean property value that specifies whether the property is set to null. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.Name Gets the name of the property. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.Required Gets the Boolean property value that specifies whether the property is required,. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.Type Gets the type of property. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.Value Gets or sets the value of the property. (Property에서 상속됨)
명시적 인터페이스 구현전용 속성 ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified. (Property에서 상속됨)

맨 위로 이동

주의

Thread Safety

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

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

스레드 보안

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

참고 항목

참조

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

관련 자료

WMI and SQL Server