Partilhar via


Método VSDBCmdServices.OnIncludeImportSchemaProperty

Retorna False.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

VSDBCmdServices Classe

Namespace Microsoft.Data.Schema.Build