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
- basePath
Type: System.String
The base path.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.