Partager via


EntityDataParameter Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the EntityDataParameter class using the specified identifier and value for the entity data parameter.

Namespace: Microsoft.EnterpriseManagement.EntityStore
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim id As Guid
Dim value As Object

Dim instance As New EntityDataParameter(id, value)

Syntax

'Declaration
Public Sub New ( _
    id As Guid, _
    value As Object _
)
public EntityDataParameter (
    Guid id,
    Object value
)
public:
EntityDataParameter (
    Guid id, 
    Object^ value
)
public EntityDataParameter (
    Guid id, 
    Object value
)
public function EntityDataParameter (
    id : Guid, 
    value : Object
)

Parameters

  • id
    The identifier of the entity data parameter.
  • value
    The value for the entity data parameter.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

See Also

Reference

EntityDataParameter Class
EntityDataParameter Members
Microsoft.EnterpriseManagement.EntityStore Namespace