DeleteSystemProfileOperationImplicitScopeNotAllowedException Constructor (Guid, Guid, Guid, Guid, Guid, Byte)
[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 DeleteSystemProfileOperationImplicitScopeNotAllowedException class using the specified profile id, operation id, type id, property id, relationship type id, and relationship endpoint parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim pId As Guid
Dim oId As Guid
Dim tId As Guid
Dim prId As Guid
Dim rtId As Guid
Dim rEndPt As Byte
Dim instance As New DeleteSystemProfileOperationImplicitScopeNotAllowedException(pId, oId, tId, prId, rtId, rEndPt)
Syntax
'Declaration
Public Sub New ( _
pId As Guid, _
oId As Guid, _
tId As Guid, _
prId As Guid, _
rtId As Guid, _
rEndPt As Byte _
)
public DeleteSystemProfileOperationImplicitScopeNotAllowedException (
Guid pId,
Guid oId,
Guid tId,
Guid prId,
Guid rtId,
byte rEndPt
)
public:
DeleteSystemProfileOperationImplicitScopeNotAllowedException (
Guid pId,
Guid oId,
Guid tId,
Guid prId,
Guid rtId,
unsigned char rEndPt
)
public DeleteSystemProfileOperationImplicitScopeNotAllowedException (
Guid pId,
Guid oId,
Guid tId,
Guid prId,
Guid rtId,
byte rEndPt
)
public function DeleteSystemProfileOperationImplicitScopeNotAllowedException (
pId : Guid,
oId : Guid,
tId : Guid,
prId : Guid,
rtId : Guid,
rEndPt : byte
)
Parameters
- pId
The GUID for the profile.
- oId
The GUID for the operation.
- tId
The GUID for the type.
- prId
The GUID for the property.
- rtId
The GUID for the relationship type.
- rEndPt
The relationship endpoint.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DeleteSystemProfileOperationImplicitScopeNotAllowedException Class
DeleteSystemProfileOperationImplicitScopeNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace