Delen via


DatabaseTaskHost.IsTaskItemUnchanged Method

Returns a value that indicates whether the script and metadata that were last processed by the file manager represent the version of the file currently on disk.

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

Syntax

'Declaration
Public Overridable Function IsTaskItemUnchanged ( _
    externalNameParts As IList(Of String), _
    taskItem As ITaskItem _
) As Boolean
public virtual bool IsTaskItemUnchanged(
    IList<string> externalNameParts,
    ITaskItem taskItem
)
public:
virtual bool IsTaskItemUnchanged(
    IList<String^>^ externalNameParts, 
    ITaskItem^ taskItem
)
abstract IsTaskItemUnchanged : 
        externalNameParts:IList<string> * 
        taskItem:ITaskItem -> bool 
override IsTaskItemUnchanged : 
        externalNameParts:IList<string> * 
        taskItem:ITaskItem -> bool 
public function IsTaskItemUnchanged(
    externalNameParts : IList<String>, 
    taskItem : ITaskItem
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns true if the task item is unchanged.

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace