Freigeben über


IDatabaseProjectPropertiesContainer.GetProperty-Methode

Gibt den Wert einer Katalog- oder Servereigenschaft zurück.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.String
Der aktuelle Wert der Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectPropertiesContainer Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace