Share via


DatabaseTaskHost.GetDefaultValue Method

Returns the default value for this property from the given source.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride Function GetDefaultValue ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As String
public abstract string GetDefaultValue(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
public:
virtual String^ GetDefaultValue(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
) abstract
abstract GetDefaultValue : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> string 
public abstract function GetDefaultValue(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace