此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the type of the attribute.
命名空间: Microsoft.SqlServer.Dts.Runtime.Localization
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property Type As Type
Get
用法
Dim instance As BaseLocalizableAttribute
Dim value As Type
value = instance.Type
public Type Type { get; }
public:
property Type^ Type {
Type^ get ();
}
member Type : Type
function get Type () : Type
属性值
类型:System.Type
The type of the attribute.