DatabaseTaskItem.ItemSpec 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

获取该项的相对路径。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property ItemSpec As String
    Get
    Set
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)

属性值

类型:System.String
该项的相对路径。

实现

ITaskItem.ItemSpec

.NET Framework 安全性

请参见

参考

DatabaseTaskItem 类

Microsoft.Data.Schema.Build 命名空间