Sprache

CommonLocalizedPropertyResourcesAttribute Konstruktoren

Definition

Überlädt

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

Gilt für: