CommonLocalizedPropertyResourcesAttribute Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
Constructor |
| CommonLocalizedPropertyResourcesAttribute(Type) |
Constructor |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
Constructor |
CommonLocalizedPropertyResourcesAttribute(String)
Constructor
public CommonLocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)
Parameter
- resourcesName
- String
Nama sumber daya (misalnya Microsoft. SqlServer.Foo.BarStrings)
Berlaku untuk
CommonLocalizedPropertyResourcesAttribute(Type)
Constructor
public CommonLocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)
Parameter
- resourceType
- Type
Jenis sumber daya (misalnya Microsoft. SqlServer.Foo.BarStrings)
Berlaku untuk
CommonLocalizedPropertyResourcesAttribute(String, Boolean)
Constructor
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)
Parameter
- resourcesName
- String
nama sumber daya (misalnya Microsoft. SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean