Share via


DisplayNameKeyAttribute.Key プロパティ

ローカライズされたプロパティの名前の検索に使用するキーを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Key As String 
    Get
'使用
Dim instance As DisplayNameKeyAttribute 
Dim value As String 

value = instance.Key
public string Key { get; }
public:
virtual property String^ Key {
    String^ get () sealed;
}
abstract Key : string 
override Key : string
final function get Key () : String

プロパティ値

型: System.String
ローカライズされたプロパティの名前の検索に使用するキーです。

関連項目

参照

DisplayNameKeyAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間