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
- propertyName
Type: System.String
The property name.
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The supplied source enumeration value.
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.