EntitySource Constructor (Guid, String, Guid, IList)
[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 EntitySource class by using a source type identifier, the contextual information, a life time entity identifier, and the entity package source parameters.
Namespace: Microsoft.EnterpriseManagement.EntityStore
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim typeId As Guid
Dim context As String
Dim lifetimeEntityId As Guid
Dim parameters As IList(Of IEntityDataParameter)
Dim instance As New EntitySource(typeId, context, lifetimeEntityId, parameters)
Syntax
'Declaration
Public Sub New ( _
typeId As Guid, _
context As String, _
lifetimeEntityId As Guid, _
parameters As IList(Of IEntityDataParameter) _
)
public EntitySource (
Guid typeId,
string context,
Guid lifetimeEntityId,
IList<IEntityDataParameter> parameters
)
public:
EntitySource (
Guid typeId,
String^ context,
Guid lifetimeEntityId,
IList<IEntityDataParameter^>^ parameters
)
public EntitySource (
Guid typeId,
String context,
Guid lifetimeEntityId,
IList<IEntityDataParameter> parameters
)
public function EntitySource (
typeId : Guid,
context : String,
lifetimeEntityId : Guid,
parameters : IList<IEntityDataParameter>
)
Parameters
- typeId
The GUID of the entity source type.
- context
The contextual information of the entity package source.
- lifetimeEntityId
The entity identifier which defines the lifetime of the source.
- parameters
The entity package source parameters.
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
EntitySource Class
EntitySource Members
Microsoft.EnterpriseManagement.EntityStore Namespace