BaseLocalizableAttribute.PropertyName 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the property name of the attribute.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Localization
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property PropertyName As String 
    Get
用法
Dim instance As BaseLocalizableAttribute 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

属性值

类型:System.String
The property name.

请参阅

参考

BaseLocalizableAttribute 类

Microsoft.SqlServer.Dts.Runtime.Localization 命名空间