다음을 통해 공유


DtsLocalizableAttribute 생성자

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Initializes a new instance of the DtsLocalizableAttribute class.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Localization
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Protected Sub New ( _
    localizedDisplayNameProperty As String, _
    localizedDescriptionProperty As String _
)
‘사용 방법
Dim localizedDisplayNameProperty As String 
Dim localizedDescriptionProperty As String 

Dim instance As New DtsLocalizableAttribute(localizedDisplayNameProperty, _
    localizedDescriptionProperty)
protected DtsLocalizableAttribute(
    string localizedDisplayNameProperty,
    string localizedDescriptionProperty
)
protected:
DtsLocalizableAttribute(
    String^ localizedDisplayNameProperty, 
    String^ localizedDescriptionProperty
)
new : 
        localizedDisplayNameProperty:string * 
        localizedDescriptionProperty:string -> DtsLocalizableAttribute
protected function DtsLocalizableAttribute(
    localizedDisplayNameProperty : String, 
    localizedDescriptionProperty : String
)

매개 변수

  • localizedDisplayNameProperty
    유형: System.String
    The name of the property used to look up the DisplayName property in the resource class.
  • localizedDescriptionProperty
    유형: System.String
    The name of the property used to look up the Description property in the resource class.

참고 항목

참조

DtsLocalizableAttribute 클래스

Microsoft.SqlServer.Dts.Runtime.Localization 네임스페이스