LocalizablePropertyDescriptor 클래스
Provides information about a localizable property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
상속 계층
System.Object
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Class LocalizablePropertyDescriptor _
Inherits PropertyDescriptor
‘사용 방법
Dim instance As LocalizablePropertyDescriptor
public class LocalizablePropertyDescriptor : PropertyDescriptor
public ref class LocalizablePropertyDescriptor : public PropertyDescriptor
type LocalizablePropertyDescriptor =
class
inherit PropertyDescriptor
end
public class LocalizablePropertyDescriptor extends PropertyDescriptor
LocalizablePropertyDescriptor 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AttributeArray | (MemberDescriptor에서 상속됨) | |
Attributes | (MemberDescriptor에서 상속됨) | |
Category | Gets the localized category string for the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.Category을(를) 재정의함) | |
ComponentType | Gets the type of the class that contains the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (PropertyDescriptor.ComponentType을(를) 재정의함) | |
Converter | Gets the TypeConverter object that is used for this property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (PropertyDescriptor.Converter을(를) 재정의함) | |
Description | Gets the localized description of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.Description을(를) 재정의함) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.DesignTimeOnly을(를) 재정의함) | |
DisplayName | Gets the localized name that is displayed in object browsers. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.DisplayName을(를) 재정의함) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.IsBrowsable을(를) 재정의함) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (PropertyDescriptor.IsLocalizable을(를) 재정의함) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (PropertyDescriptor.IsReadOnly을(를) 재정의함) | |
Name | Gets the unlocalized name of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (MemberDescriptor.Name을(를) 재정의함) | |
NameHashCode | (MemberDescriptor에서 상속됨) | |
PropertyType | Gets the type of the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (PropertyDescriptor.PropertyType을(를) 재정의함) | |
SerializationVisibility | (PropertyDescriptor에서 상속됨) | |
SupportsChangeEvents | (PropertyDescriptor에서 상속됨) |
맨 위로 이동
메서드
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.