Partager via


VSDBCmdServices.OnGetImportSchemaPropertyUsage, méthode

Retourne la valeur NULL.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.String

Notes

Substituez cette méthode pour retourner les informations d'utilisation des propriétés spécifiques au DSP pour ReverseEngineer.

Sécurité .NET Framework

Voir aussi

Référence

VSDBCmdServices Classe

Microsoft.Data.Schema.Build, espace de noms