Compartilhar via


Método VSDBCmdServices.OnGetReferenceDBSchema

Retorna null.

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

Sintaxe

'Declaração
Protected Overridable Function OnGetReferenceDBSchema ( _
    basePath As String _
) As IList(Of CustomSchemaData)
protected virtual IList<CustomSchemaData> OnGetReferenceDBSchema(
    string basePath
)
protected:
virtual IList<CustomSchemaData^>^ OnGetReferenceDBSchema(
    String^ basePath
)
abstract OnGetReferenceDBSchema : 
        basePath:string -> IList<CustomSchemaData> 
override OnGetReferenceDBSchema : 
        basePath:string -> IList<CustomSchemaData> 
protected function OnGetReferenceDBSchema(
    basePath : String
) : IList<CustomSchemaData>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<CustomSchemaData>

Comentários

Chamado para recuperar o dbSchema de referência adicional para importação e a implantação quando nenhum manifesto de implantação é especificado pelo cliente.

Segurança do .NET Framework

Consulte também

Referência

VSDBCmdServices Classe

Namespace Microsoft.Data.Schema.Build