Partager via


DatabaseTaskHost.GetDefaultValue, méthode

Retourne la valeur par défaut de cette propriété à partir de la source donnée.

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

Syntaxe

'Déclaration
Public MustOverride Function GetDefaultValue ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As String
public abstract string GetDefaultValue(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
public:
virtual String^ GetDefaultValue(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
) abstract
abstract GetDefaultValue : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> string 
public abstract function GetDefaultValue(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : String

Paramètres

Valeur de retour

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms