LocalizedPropertyResourcesAttribute Constructors

Definition

Overloads

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)

Parameters

resourcesName
String

The name of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)

Applies to

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)

Parameters

resourceType
Type

The type of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)

Applies to

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)

Parameters

resourcesName
String

the name of the resource (e.g. Microsoft.SqlServer.Foo.BarStrings)

useDefaultKeys
Boolean

Applies to