Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the LocalizableMemberDescriptor class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type, _
resourceManager As ResourceManager, _
isDefaultResourceManager As Boolean _
)
'Usage
Dim type As Type
Dim resourceManager As ResourceManager
Dim isDefaultResourceManager As Boolean
Dim instance As New LocalizableMemberDescriptor(type, resourceManager, _
isDefaultResourceManager)
public LocalizableMemberDescriptor(
Type type,
ResourceManager resourceManager,
bool isDefaultResourceManager
)
public:
LocalizableMemberDescriptor(
Type^ type,
ResourceManager^ resourceManager,
bool isDefaultResourceManager
)
new :
type:Type *
resourceManager:ResourceManager *
isDefaultResourceManager:bool -> LocalizableMemberDescriptor
public function LocalizableMemberDescriptor(
type : Type,
resourceManager : ResourceManager,
isDefaultResourceManager : boolean
)
Parameters
- type
Type: System.Type
The type to get the member information for.
- resourceManager
Type: System.Resources.ResourceManager
The ResourceManager object that contains the localized category and name strings.
- isDefaultResourceManager
Type: System.Boolean
true to indicate that resourceManager is the default resource manager; otherwise, false.