Compartir a través de


DatabaseProjectNodeExtender.GetDefaultValue (Método)

Devuelve el valor predeterminado para una propiedad del host de tareas de base de datos.

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

Parámetros

Valor devuelto

Tipo: System.String
Valor predeterminado de esta propiedad.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectNodeExtender Clase

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