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