Partilhar via


Método IDatabaseProjectPropertiesContainer.GetDefaultValue

Retorna o valor padrão de uma propriedade ou servidor de catálogo.

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.String
O valor padrão da propriedade.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectPropertiesContainer Interface

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