Share via


VSDBCmdServices.OnGetImportSchemaPropertyUsage Method

Returns null.

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

Syntax

'Declaration
Protected Overridable Function OnGetImportSchemaPropertyUsage ( _
    propertyName As String _
) As String
protected virtual string OnGetImportSchemaPropertyUsage(
    string propertyName
)
protected:
virtual String^ OnGetImportSchemaPropertyUsage(
    String^ propertyName
)
abstract OnGetImportSchemaPropertyUsage : 
        propertyName:string -> string 
override OnGetImportSchemaPropertyUsage : 
        propertyName:string -> string 
protected function OnGetImportSchemaPropertyUsage(
    propertyName : String
) : String

Parameters

Return Value

Type: System.String

Remarks

Override this method to return DSP-specific property usage information for ReverseEngineer.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace