Share via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace