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