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
- buildItem
Type: Microsoft.Build.Evaluation.ProjectItem
A ProjectItem object.
- fullPath
Type: System.String
The complete path to this item.
.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.