Share via


DatabaseTaskItem Constructor (ProjectItem, String)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DatabaseTaskItem class by using the provided project item and path.

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

Syntax

'Declaration
Public Sub New ( _
    buildItem As ProjectItem, _
    fullPath As String _
)
public DatabaseTaskItem(
    ProjectItem buildItem,
    string fullPath
)
public:
DatabaseTaskItem(
    ProjectItem^ buildItem, 
    String^ fullPath
)
new : 
        buildItem:ProjectItem * 
        fullPath:string -> DatabaseTaskItem
public function DatabaseTaskItem(
    buildItem : ProjectItem, 
    fullPath : String
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

DatabaseTaskItem Overload

Microsoft.Data.Schema.Build Namespace