CommonLocalizedPropertyResourcesAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | 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)
Paramètres
- resourcesName
- String
Nom des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)
S’applique à
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)
Paramètres
- resourceType
- Type
Type des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)
S’applique à
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)
Paramètres
- resourcesName
- String
nom de la ressource (par exemple, Microsoft. SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean