ProjectDataSet.ProjectResourceRow class
代表本機專案資源或可以用在這個專案的企業資源。
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcProject.ProjectDataSet.ProjectResourceRow
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Class ProjectResourceRow _
Inherits DataRow
'用途
Dim instance As ProjectDataSet.ProjectResourceRow
public class ProjectResourceRow : DataRow
備註
這個資料列代表專案中的資源。資源可以是本機資源] 或 [企業資源,如所表示的RES_IS_ENTERPRISE_RESOURCE屬性。
如果資源是企業資源,此資料列中的屬性會從企業內容複製,當資源加入至專案。如果稍後變更企業資源的企業內容,它們可能不會反映完全在此列中的資料。在相同的方式,此列中所做的變更不會對企業屬性,如果從企業資料重新整理資源內容可能會覆寫]。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.