共用方式為


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 命名空間