次の方法で共有


BaseLocalizableAttribute.PropertyName プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

属性のプロパティ名を取得します。

名前空間:  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
プロパティ名。

関連項目

参照

BaseLocalizableAttribute クラス

Microsoft.SqlServer.Dts.Runtime.Localization 名前空間