Share via


DatabaseTaskHost.GetProperty Method

Returns the current value for a property.

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

Syntax

'Declaration
Protected Function GetProperty ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As Object
protected Object GetProperty(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
protected:
Object^ GetProperty(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
)
member GetProperty : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> Object 
protected function GetProperty(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace