Partager via


Constructeur LocalizableMemberDescriptor

Initializes a new instance of the LocalizableMemberDescriptor class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As Type, _
    resourceManager As ResourceManager, _
    isDefaultResourceManager As Boolean _
)
'Utilisation
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
)

Paramètres

  • isDefaultResourceManager
    Type : System. . :: . .Boolean
    true to indicate that resourceManager is the default resource manager; otherwise, false.