LocalizedPropertyResourcesAttribute 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 |
|---|---|
| LocalizedPropertyResourcesAttribute(String) |
Constructor |
| LocalizedPropertyResourcesAttribute(Type) |
Constructor |
| LocalizedPropertyResourcesAttribute(String, Boolean) |
Constructor |
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)
Paramètres
- resourcesName
- String
Nom des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)
S’applique à
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)
Paramètres
- resourceType
- Type
Type des ressources (par exemple, Microsoft. SqlServer.Foo.BarStrings)
S’applique à
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)
Paramètres
- resourcesName
- String
nom de la ressource (par exemple, Microsoft. SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean