Langage

CommonLocalizedPropertyResourcesAttribute Constructeurs

Définition

Surcharges

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)

Paramètres

resourcesName
String

Nom des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)

S’applique à

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)

Paramètres

resourceType
Type

Type des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)

S’applique à

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)

Paramètres

resourcesName
String

nom de la ressource (par exemple, Microsoft. SqlServer.Foo.BarStrings)

useDefaultKeys
Boolean

S’applique à