LocalizablePropertyDescriptor 构造函数

Initializes a new instance of the LocalizablePropertyDescriptor class. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    property As PropertyInfo, _
    resourceManager As ResourceManager, _
    isDefaultResourceManager As Boolean _
)
用法
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
)

参数

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

请参阅

参考

LocalizablePropertyDescriptor 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间