Sdílet prostřednictvím


LocalizablePropertyDescriptor.IsLocalizable Property

Gets a value that indicates whether the property value should be localized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsLocalizable As Boolean
    Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As Boolean

value = instance.IsLocalizable
public override bool IsLocalizable { get; }
public:
virtual property bool IsLocalizable {
    bool get () override;
}
abstract IsLocalizable : bool
override IsLocalizable : bool
override function get IsLocalizable () : boolean

Property Value

Type: System.Boolean
true if the property value should be localized; otherwise, false.