Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type, _
propertyName As String _
)
'Usage
Dim type As Type
Dim propertyName As String
Dim instance As New LocalizablePropertyDisplayNameAttribute(type, propertyName)
public LocalizablePropertyDisplayNameAttribute(
Type type,
string propertyName
)
public:
LocalizablePropertyDisplayNameAttribute(
Type^ type,
String^ propertyName
)
new :
type:Type *
propertyName:string -> LocalizablePropertyDisplayNameAttribute
public function LocalizablePropertyDisplayNameAttribute(
type : Type,
propertyName : String
)
Parameter
- type
Typ: System.Type
The type name.
- propertyName
Typ: System.String
The property name.