LocalizedPropertyResourcesAttribute Construtores

Definição

Sobrecargas

LocalizedPropertyResourcesAttribute(String)

Construtor

public LocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)

Parâmetros

resourcesName
String

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

Aplica-se a

LocalizedPropertyResourcesAttribute(Type)

Construtor

public LocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)

Parâmetros

resourceType
Type

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

Aplica-se a

LocalizedPropertyResourcesAttribute(String, Boolean)

Construtor

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)

Parâmetros

resourcesName
String

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

useDefaultKeys
Boolean

Aplica-se a