Metodo LocalizablePropertyDescriptor.ShouldSerializeValue

Checks whether the value of the specified property should be persisted. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides Function ShouldSerializeValue ( _
    component As Object _
) As Boolean
'Utilizzo
Dim instance As LocalizablePropertyDescriptor 
Dim component As Object 
Dim returnValue As Boolean 

returnValue = instance.ShouldSerializeValue(component)
public override bool ShouldSerializeValue(
    Object component
)
public:
virtual bool ShouldSerializeValue(
    Object^ component
) override
abstract ShouldSerializeValue : 
        component:Object -> bool  
override ShouldSerializeValue : 
        component:Object -> bool
public override function ShouldSerializeValue(
    component : Object
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
False in all cases. This property value should not be persisted.

Vedere anche

Riferimento

LocalizablePropertyDescriptor Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc