Partager via


DatabaseTaskHost.SetValue, méthode

Définit la valeur actuelle de la propriété.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected Overridable Function SetValue ( _
    propertyName As String, _
    value As Object, _
    source As DatabaseTaskHost..::..PropertySource, _
    <OutAttribute> ByRef defaultUsed As Boolean _
) As Boolean
protected virtual bool SetValue(
    string propertyName,
    Object value,
    DatabaseTaskHost..::..PropertySource source,
    out bool defaultUsed
)
protected:
virtual bool SetValue(
    String^ propertyName, 
    Object^ value, 
    DatabaseTaskHost..::..PropertySource source, 
    [OutAttribute] bool% defaultUsed
)
abstract SetValue : 
        propertyName:string * 
        value:Object * 
        source:DatabaseTaskHost..::..PropertySource * 
        defaultUsed:bool byref -> bool 
override SetValue : 
        propertyName:string * 
        value:Object * 
        source:DatabaseTaskHost..::..PropertySource * 
        defaultUsed:bool byref -> bool 
protected function SetValue(
    propertyName : String, 
    value : Object, 
    source : DatabaseTaskHost..::..PropertySource, 
    defaultUsed : boolean
) : boolean

Paramètres

  • defaultUsed
    Type : System.Boolean%
    Spécifie si la valeur par défaut a été utilisée pour cette propriété.

Valeur de retour

Type : System.Boolean
Retourne la valeur true si la définition a réussi.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms