VSDBCmdServices.OnIncludeImportSchemaProperty Method
Returns False.
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
Parameters
- propertyName
Type: System.String
The property name.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.