다음을 통해 공유


OptionDescriptionAttribute(Type, String) 생성자

정의

옵션에 대한 설명을 만듭니다.

public OptionDescriptionAttribute (Type resourceClassType, string resourcePropertyName);
new Microsoft.SqlServer.Dac.OptionDescriptionAttribute : Type * string -> Microsoft.SqlServer.Dac.OptionDescriptionAttribute
Public Sub New (resourceClassType As Type, resourcePropertyName As String)

매개 변수

resourceClassType
Type

리소스 문자열을 추출할 리소스 클래스입니다.

resourcePropertyName
String

추출할 리소스 이름입니다.

적용 대상