共用方式為


ISecurityManagement.SetApprovedHealthServicesForDistribution Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Approves or denies credentials for distribution to health services.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ISecurityManagement
Dim securedData As ISecuredData
Dim newState As IApprovedHealthServicesForDistribution(Of T)

instance.SetApprovedHealthServicesForDistribution(securedData, newState)

Syntax

'Declaration
Sub SetApprovedHealthServicesForDistribution(Of T As EnterpriseManagementObject) ( _
    securedData As ISecuredData, _
    newState As IApprovedHealthServicesForDistribution(Of T) _
)
void SetApprovedHealthServicesForDistribution<T> (
    ISecuredData securedData,
    IApprovedHealthServicesForDistribution<T> newState
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
void SetApprovedHealthServicesForDistribution (
    ISecuredData^ securedData, 
    IApprovedHealthServicesForDistribution<T>^ newState
)

GenericParameters

  • T
    The type of objects returned.

Parameters

  • securedData
    The credentials.
  • newState
    A list of health services with the corresponding states.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ISecurityManagement Interface
ISecurityManagement Members
Microsoft.EnterpriseManagement Namespace