Udostępnij przez


Konstruktor BaseLocalizableAttribute

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Localization
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
'Użycie
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
)

Parametry