Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- propertyName
Type: System.String
The property name.
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The property source enumeration value.
Return Value
Type: System.Object
.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.