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
- 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.