Metodo VSDBCmdServices.OnIncludeImportSchemaProperty

Restituisce False.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VSDBCmdServices Classe

Spazio dei nomi Microsoft.Data.Schema.Build