次の方法で共有


ManagementPackWarehouseModuleType.TargetWarehouseEntity Property

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

Gets or sets the target warehouse entity.

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

Usage

'Usage
Dim instance As ManagementPackWarehouseModuleType
Dim value As ManagementPackElementReference(Of ManagementPackWarehouseRelationalEntityType)

value = instance.TargetWarehouseEntity

instance.TargetWarehouseEntity = value

Syntax

'Declaration
Public Property TargetWarehouseEntity As ManagementPackElementReference(Of ManagementPackWarehouseRelationalEntityType)
public ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType> TargetWarehouseEntity { get; set; }
public:
property ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType^>^ TargetWarehouseEntity {
    ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType^>^ get ();
    void set (ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType> get_TargetWarehouseEntity ()

/** @property */
public void set_TargetWarehouseEntity (ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType> value)
public function get TargetWarehouseEntity () : ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType>

public function set TargetWarehouseEntity (value : ManagementPackElementReference<ManagementPackWarehouseRelationalEntityType>)

Property Value

The target warehouse entity.

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

ManagementPackWarehouseModuleType Class
ManagementPackWarehouseModuleType Members
Microsoft.EnterpriseManagement.Configuration Namespace