LocalizedPropertyResourcesAttribute Constructores

Definición

Sobrecargas

LocalizedPropertyResourcesAttribute(String)

Constructor

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

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

Se aplica a

LocalizedPropertyResourcesAttribute(Type)

Constructor

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

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

Se aplica a

LocalizedPropertyResourcesAttribute(String, Boolean)

Constructor

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

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

useDefaultKeys
Boolean

Se aplica a