Partager via


EnterpriseManagementGroupInternal.Create Method

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

Creates a new internal management group using the specified SDK data layer proxy and the specified connection settings.

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

Usage

'Usage
Dim sdkDataLayerProxy As SdkDataLayerProxyCore
Dim connectionSettings As EnterpriseManagementConnectionSettings
Dim returnValue As T

returnValue = EnterpriseManagementGroupInternal.Create(sdkDataLayerProxy, connectionSettings)

Syntax

'Declaration
Public Shared Function Create(Of T As EnterpriseManagementGroupInternal) ( _
    sdkDataLayerProxy As SdkDataLayerProxyCore, _
    connectionSettings As EnterpriseManagementConnectionSettings _
) As T
public static T Create<T> (
    SdkDataLayerProxyCore sdkDataLayerProxy,
    EnterpriseManagementConnectionSettings connectionSettings
) where T : EnterpriseManagementGroupInternal
public:
generic<typename T> where T : EnterpriseManagementGroupInternal
static T Create (
    SdkDataLayerProxyCore^ sdkDataLayerProxy, 
    EnterpriseManagementConnectionSettings^ connectionSettings
)

GenericParameters

  • T
     

Parameters

  • sdkDataLayerProxy
    The SDK data layer proxy.
  • connectionSettings
    The connection settings.

Return Value

Returns {0}.

A new internal management group.

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

EnterpriseManagementGroupInternal Class
EnterpriseManagementGroupInternal Members
Microsoft.EnterpriseManagement Namespace