Partager via


IDatabaseProjectPropertiesContainer.GetDefaultValue, méthode

Retourne la valeur par défaut d'une propriété de catalogue ou de serveur.

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
Function GetDefaultValue ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As String
string GetDefaultValue(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
String^ GetDefaultValue(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
)
abstract GetDefaultValue : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> string 
function GetDefaultValue(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : String

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectPropertiesContainer Interface

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