CommonLocalizedPropertyResourcesAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
コンストラクター |
| CommonLocalizedPropertyResourcesAttribute(Type) |
コンストラクター |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
コンストラクター |
CommonLocalizedPropertyResourcesAttribute(String)
コンストラクター
public CommonLocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)
パラメーター
- resourcesName
- String
リソースの名前 (例: Microsoft。SqlServer.Foo.BarStrings)
適用対象
CommonLocalizedPropertyResourcesAttribute(Type)
コンストラクター
public CommonLocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)
パラメーター
- resourceType
- Type
リソースの種類 (例: Microsoft。SqlServer.Foo.BarStrings)
適用対象
CommonLocalizedPropertyResourcesAttribute(String, Boolean)
コンストラクター
public CommonLocalizedPropertyResourcesAttribute(string resourcesName, bool useDefaultKeys);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : string * bool -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String, useDefaultKeys As Boolean)
パラメーター
- resourcesName
- String
リソースの名前 (例: Microsoft。SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean