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
)
參數
- property
型別:System.Reflection.PropertyInfo
The property that is being described.
- resourceManager
型別:System.Resources.ResourceManager
The ResourceManager object that contains the localized category and name strings.
- isDefaultResourceManager
型別:System.Boolean
true to indicate that resourceManager is the default resource manager; otherwise, false.