SchemaCompareSettingsService.ConvertPropertyValueToString Method
Converts a specified property value to a string.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function ConvertPropertyValueToString ( _
valueObject As Object _
) As String
'Usage
Dim valueObject As Object
Dim returnValue As String
returnValue = Me.ConvertPropertyValueToString(valueObject)
protected virtual string ConvertPropertyValueToString(
Object valueObject
)
protected:
virtual String^ ConvertPropertyValueToString(
Object^ valueObject
)
protected function ConvertPropertyValueToString(
valueObject : Object
) : String
abstract ConvertPropertyValueToString :
valueObject:Object -> string
override ConvertPropertyValueToString :
valueObject:Object -> string
Parameters
- valueObject
Type: System.Object
The property value to convert
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.
See Also
Reference
SchemaCompareSettingsService Class