Compartir a través de


IDatabaseProjectPropertiesContainer.GetDefaultValue (Método)

Devuelve el valor predeterminado 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 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

Parámetros

Valor devuelto

Tipo: System.String
Valor predeterminado de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectPropertiesContainer Interfaz

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