DisplayNameKeyAttribute コンストラクター

DisplayNameKeyAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Sub New ( _
    key As String _
)
'使用
Dim key As String 

Dim instance As New DisplayNameKeyAttribute(key)
public DisplayNameKeyAttribute(
    string key
)
public:
DisplayNameKeyAttribute(
    String^ key
)
new : 
        key:string -> DisplayNameKeyAttribute
public function DisplayNameKeyAttribute(
    key : String
)

パラメーター

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

関連項目

参照

DisplayNameKeyAttribute クラス

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