Sprache

LocalizedPropertyResourcesAttribute Konstruktoren

Definition

Überlädt

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

Gilt für: