Share via


IDatabaseProjectPropertiesContainer.GetDefaultValue Method

Returns the default value of a catalog or server property.

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

Syntax

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

Parameters

Return Value

Type: System.String
The default value of the property.

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertiesContainer Interface

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