共用方式為


TypeMappingAttribute Constructor (String, String)

[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 TypeMappingAttribute class.

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

Usage

'Usage
Dim domain As String
Dim path As String

Dim instance As New TypeMappingAttribute(domain, path)

Syntax

'Declaration
Public Sub New ( _
    domain As String, _
    path As String _
)
public TypeMappingAttribute (
    string domain,
    string path
)
public:
TypeMappingAttribute (
    String^ domain, 
    String^ path
)
public TypeMappingAttribute (
    String domain, 
    String path
)
public function TypeMappingAttribute (
    domain : String, 
    path : String
)

Parameters

  • domain
    The domain.
  • path
    The path.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

TypeMappingAttribute Class
TypeMappingAttribute Members
Microsoft.EnterpriseManagement.Configuration Namespace