VSDBCmdServices.OnIncludeImportSchemaProperty (Método)

Devuelve False.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

VSDBCmdServices Clase

Microsoft.Data.Schema.Build (Espacio de nombres)