LocalizedPropertyResourcesAttribute 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 |
|---|---|
| LocalizedPropertyResourcesAttribute(String) |
Construtor |
| LocalizedPropertyResourcesAttribute(Type) |
Construtor |
| LocalizedPropertyResourcesAttribute(String, Boolean) |
Construtor |
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