EntityDataParameter(Guid, Object) Constructor
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EntityDataParameter class using the specified identifier and value for the entity data parameter.
public:
EntityDataParameter(Guid id, System::Object ^ value);
C#
public EntityDataParameter (Guid id, object value);
new Microsoft.EnterpriseManagement.EntityStore.EntityDataParameter : Guid * obj -> Microsoft.EnterpriseManagement.EntityStore.EntityDataParameter
Public Sub New (id As Guid, value As Object)
- id
- Guid
The identifier of the entity data parameter.
- value
- Object
The value for the entity data parameter.
Продукт | Версії |
---|---|
System Center SM SDK | 2012, 2016 |