SecureDataHealthServiceReference Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new SecureDataHealthServiceReference object.
Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim monitoringSecureDataId As Guid
Dim monitoringSecureReferenceId As Guid
Dim healthServiceId As Guid
Dim instance As New SecureDataHealthServiceReference(monitoringSecureDataId, monitoringSecureReferenceId, healthServiceId)
Syntax
'Declaration
Public Sub New ( _
monitoringSecureDataId As Guid, _
monitoringSecureReferenceId As Guid, _
healthServiceId As Guid _
)
public SecureDataHealthServiceReference (
Guid monitoringSecureDataId,
Guid monitoringSecureReferenceId,
Guid healthServiceId
)
public:
SecureDataHealthServiceReference (
Guid monitoringSecureDataId,
Guid monitoringSecureReferenceId,
Guid healthServiceId
)
public SecureDataHealthServiceReference (
Guid monitoringSecureDataId,
Guid monitoringSecureReferenceId,
Guid healthServiceId
)
public function SecureDataHealthServiceReference (
monitoringSecureDataId : Guid,
monitoringSecureReferenceId : Guid,
healthServiceId : Guid
)
Parameters
- monitoringSecureDataId
The ID of the monitoring secure data object.
- monitoringSecureReferenceId
The ID of the monitoring secure reference object.
- healthServiceId
The ID of the health service.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SecureDataHealthServiceReference Class
SecureDataHealthServiceReference Members
Microsoft.EnterpriseManagement.Security Namespace