TaskHostClass.HostType Property

Definition

Gets the value from the DTSObjectHostType enumeration that describes the host of the container.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType HostType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType HostType { get; }
member this.HostType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
Public Overridable ReadOnly Property HostType As DTSObjectHostType

Property Value

A value from DTSObjectHostType enumerator.

Implements

Applies to