BaseLocalizableAttribute 构造函数
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.
命名空间: 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
)
参数
- type
类型:System.Type
The type.
- propertyName
类型:System.String
The property name.