Compartir a través de


IDatabaseProjectPropertiesContainer.GetProperty (Método)

Devuelve el valor de una propiedad de catálogo o de servidor.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.String
Valor actual de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectPropertiesContainer Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)