Compartir a través de


LocalizablePropertyDescriptor Constructor

Initializes a new instance of the LocalizablePropertyDescriptor class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub New ( _
    property As PropertyInfo, _
    resourceManager As ResourceManager, _
    isDefaultResourceManager As Boolean _
)
'Uso
Dim property As PropertyInfo
Dim resourceManager As ResourceManager
Dim isDefaultResourceManager As Boolean

Dim instance As New LocalizablePropertyDescriptor(property, _
    resourceManager, isDefaultResourceManager)
public LocalizablePropertyDescriptor(
    PropertyInfo property,
    ResourceManager resourceManager,
    bool isDefaultResourceManager
)
public:
LocalizablePropertyDescriptor(
    PropertyInfo^ property, 
    ResourceManager^ resourceManager, 
    bool isDefaultResourceManager
)
new : 
        property:PropertyInfo * 
        resourceManager:ResourceManager * 
        isDefaultResourceManager:bool -> LocalizablePropertyDescriptor
public function LocalizablePropertyDescriptor(
    property : PropertyInfo, 
    resourceManager : ResourceManager, 
    isDefaultResourceManager : boolean
)

Parámetros

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