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
- propertyName
Type : System.String
Nom de propriété.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.