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
- basePath
Tipo: System.String
O caminho de base.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.