LocalizablePropertyDescriptor.IsLocalizable Propiedad
Gets a value that indicates whether the property value should be localized. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property IsLocalizable As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the property value should be localized; otherwise, false.