VSDBCmdServices.OnIncludeImportSchemaProperty, méthode
Retourne False.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Overridable Function OnIncludeImportSchemaProperty ( _
propertyName As String _
) As Boolean
protected virtual bool OnIncludeImportSchemaProperty(
string propertyName
)
protected:
virtual bool OnIncludeImportSchemaProperty(
String^ propertyName
)
abstract OnIncludeImportSchemaProperty :
propertyName:string -> bool
override OnIncludeImportSchemaProperty :
propertyName:string -> bool
protected function OnIncludeImportSchemaProperty(
propertyName : String
) : boolean
Paramètres
- propertyName
Type : System.String
Nom de propriété.
Valeur de retour
Type : System.Boolean
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.