CommonLocalizedPropertyResourcesAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
Konstruktor |
| CommonLocalizedPropertyResourcesAttribute(Type) |
Konstruktor |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
Konstruktor |
CommonLocalizedPropertyResourcesAttribute(String)
Konstruktor
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
Der Name der Ressourcen (z. B. Microsoft. SqlServer.Foo.BarStrings)
Gilt für:
CommonLocalizedPropertyResourcesAttribute(Type)
Konstruktor
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
Der Typ der Ressourcen (z. B. Microsoft. SqlServer.Foo.BarStrings)
Gilt für:
CommonLocalizedPropertyResourcesAttribute(String, Boolean)
Konstruktor
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
der Name der Ressource (z. B. Microsoft. SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean