Construtor LocalizablePropertyDescriptor
Initializes a new instance of the LocalizablePropertyDescriptor class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
- property
Tipo: System.Reflection.PropertyInfo
The property that is being described.
- resourceManager
Tipo: System.Resources.ResourceManager
The ResourceManager object that contains the localized category and name strings.
- isDefaultResourceManager
Tipo: System.Boolean
true to indicate that resourceManager is the default resource manager; otherwise, false.