Partager via


IDatabaseProjectPropertiesContainer.GetProperty, méthode

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

Paramètres

Valeur de retour

Type : System.String
Valeur actuelle de la propriété.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectPropertiesContainer Interface

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