CommonLocalizedPropertyResourcesAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- resourcesName
- String
The name of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)
Applies to
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)
Parameters
- resourceType
- Type
The type of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)
Applies to
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)
Parameters
- resourcesName
- String
the name of the resource (e.g. Microsoft.SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean