[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

Visual Basic
Dim monitoringSecureDataId As Guid
Dim monitoringSecureReferenceId As Guid
Dim healthServiceId As Guid

Dim instance As New SecureDataHealthServiceReference(monitoringSecureDataId, monitoringSecureReferenceId, healthServiceId)

Syntax

Visual Basic
Public Sub New ( _
		monitoringSecureDataId As Guid, _
		monitoringSecureReferenceId As Guid, _
		healthServiceId As Guid _
)
C#
public SecureDataHealthServiceReference (
		Guid monitoringSecureDataId,
		Guid monitoringSecureReferenceId,
		Guid healthServiceId
)
C++
public:
SecureDataHealthServiceReference (
		Guid monitoringSecureDataId, 
		Guid monitoringSecureReferenceId, 
		Guid healthServiceId
)
J#
public SecureDataHealthServiceReference (
		Guid monitoringSecureDataId, 
		Guid monitoringSecureReferenceId, 
		Guid healthServiceId
)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also