Partilhar via


Método VSDBCmdServices.OnGetImportSchemaPropertyUsage

Retorna null.

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

Sintaxe

'Declaração
Protected Overridable Function OnGetImportSchemaPropertyUsage ( _
    propertyName As String _
) As String
protected virtual string OnGetImportSchemaPropertyUsage(
    string propertyName
)
protected:
virtual String^ OnGetImportSchemaPropertyUsage(
    String^ propertyName
)
abstract OnGetImportSchemaPropertyUsage : 
        propertyName:string -> string 
override OnGetImportSchemaPropertyUsage : 
        propertyName:string -> string 
protected function OnGetImportSchemaPropertyUsage(
    propertyName : String
) : String

Parâmetros

Valor de retorno

Tipo: System.String

Comentários

Substitua esse método para retornar informações de uso de propriedade específicos de DSP para ReverseEngineer.

Segurança do .NET Framework

Consulte também

Referência

VSDBCmdServices Classe

Namespace Microsoft.Data.Schema.Build