VSDBCmdServices.OnIncludeImportSchemaProperty-Methode
Gibt False zurück.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameter
- propertyName
Typ: System.String
Der Eigenschaftenname.
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.