LocalizedPropertyResourcesAttribute 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 |
|---|---|
| LocalizedPropertyResourcesAttribute(String) |
Konstruktor |
| LocalizedPropertyResourcesAttribute(Type) |
Konstruktor |
| LocalizedPropertyResourcesAttribute(String, Boolean) |
Konstruktor |
LocalizedPropertyResourcesAttribute(String)
Konstruktor
public LocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)
Parameter
- resourcesName
- String
Der Name der Ressourcen (z. B. Microsoft. SqlServer.Foo.BarStrings)
Gilt für:
LocalizedPropertyResourcesAttribute(Type)
Konstruktor
public LocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)
Parameter
- resourceType
- Type
Der Typ der Ressourcen (z. B. Microsoft. SqlServer.Foo.BarStrings)
Gilt für:
LocalizedPropertyResourcesAttribute(String, Boolean)
Konstruktor
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)
Parameter
- resourcesName
- String
der Name der Ressource (z. B. Microsoft. SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean