共用方式為


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 命名空間