CommonLocalizedPropertyResourcesAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
Constructor |
| CommonLocalizedPropertyResourcesAttribute(Type) |
Constructor |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
Constructor |
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