Compartilhar via


ObjectLinkProviderDataSet.WebObjectLinksRow class

Contém os dados para um vínculo entre uma web objeto e um projeto ou uma tarefa.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcObjectLinkProvider.ObjectLinkProviderDataSet.WebObjectLinksRow

Namespace:  WebSvcObjectLinkProvider
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Class WebObjectLinksRow _
    Inherits DataRow
'Uso
Dim instance As ObjectLinkProviderDataSet.WebObjectLinksRow
public class WebObjectLinksRow : DataRow

Comentários

Para obter informações gerais sobre o provedor de Link de objeto (OLP), consulte Using the Object Link Provider.

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.

Ver também

Referência

ObjectLinkProviderDataSet.WebObjectLinksRow members

WebSvcObjectLinkProvider namespace

Outros recursos

Using the Object Link Provider

How to: Use the OLP to Link a Task to an Issue