Share via


DatabaseTaskItem Constructor (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 path.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

DatabaseTaskItem Overload

Microsoft.Data.Schema.Build Namespace