Freigeben über


VSDBCmdServices.OnGetImportSchemaPropertyUsage-Methode

Gibt NULL zurück.

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

Parameter

Rückgabewert

Typ: System.String

Hinweise

Überschreiben Sie diese Methode, um DSP-spezifische Eigenschaftsverwendungsinformationen für ReverseEngineer zurückzugeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace