CommonLocalizedPropertyResourcesAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
Construtor |
| CommonLocalizedPropertyResourcesAttribute(Type) |
Construtor |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
Construtor |
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