BaseLocalizableAttribute コンストラクター

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Localization
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
'使用
Dim type As Type
Dim propertyName As String

Dim instance As New BaseLocalizableAttribute(type, propertyName)
public BaseLocalizableAttribute(
    Type type,
    string propertyName
)
public:
BaseLocalizableAttribute(
    Type^ type, 
    String^ propertyName
)
new : 
        type:Type * 
        propertyName:string -> BaseLocalizableAttribute
public function BaseLocalizableAttribute(
    type : Type, 
    propertyName : String
)

パラメーター