Lenguaje

CommonLocalizedPropertyResourcesAttribute Constructores

Definición

Sobrecargas

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)

Parámetros

resourcesName
String

Nombre de los recursos (por ejemplo, Microsoft. SqlServer.Foo.BarStrings)

Se aplica a

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)

Parámetros

resourceType
Type

Tipo de los recursos (por ejemplo, Microsoft. SqlServer.Foo.BarStrings)

Se aplica a

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)

Parámetros

resourcesName
String

el nombre del recurso (por ejemplo, Microsoft. SqlServer.Foo.BarStrings)

useDefaultKeys
Boolean

Se aplica a