Langue

LocalizedPropertyResourcesAttribute Constructeurs

Définition

Surcharges

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

S’applique à