Share via


VSDBCmdServices.OnGetReferenceDBSchema Method

Returns null.

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

Syntax

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

Parameters

Return Value

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

Remarks

Called to retrieve additional reference dbSchema for import and deployment when no deployment manifest is specified by the customer.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace