CommonLocalizedPropertyResourcesAttribute Construtores

Definição

Sobrecargas

CommonLocalizedPropertyResourcesAttribute(String)

Construtor

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

O nome dos recursos (por exemplo, Microsoft. SqlServer.Foo.BarStrings)

Aplica-se a

CommonLocalizedPropertyResourcesAttribute(Type)

Construtor

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

O tipo dos recursos (por exemplo, Microsoft. SqlServer.Foo.BarStrings)

Aplica-se a

CommonLocalizedPropertyResourcesAttribute(String, Boolean)

Construtor

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

o nome do recurso (por exemplo, Microsoft. SqlServer.Foo.BarStrings)

useDefaultKeys
Boolean

Aplica-se a