Share via


DatabaseTaskItem.ItemSpec Property

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

Gets the relative path to this item.

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

Syntax

'Declaration
Public Property ItemSpec As String
public string ItemSpec { get; set; }
public:
virtual property String^ ItemSpec {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ItemSpec : string with get, set
override ItemSpec : string with get, set
final function get ItemSpec () : String
final function set ItemSpec (value : String)

Property Value

Type: System.String
The relative path to this item.

Implements

ITaskItem.ItemSpec

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace