Partager via


DatabaseProjectNodeExtender.GetDefaultValue, méthode

Retourne la valeur par défaut pour une propriété à partir de l'hôte de tâche de base de données.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Paramètres

Valeur de retour

Type : System.String
Valeur par défaut de cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectNodeExtender Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms