Compartilhar via


Propriedade do RDL TaskHostClass.HostType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'Uso
Dim instance As TaskHostClass 
Dim value As DTSObjectHostType 

value = instance.HostType
public virtual DTSObjectHostType HostType { get; }
public:
virtual property DTSObjectHostType HostType {
    DTSObjectHostType get ();
}
abstract HostType : DTSObjectHostType 
override HostType : DTSObjectHostType
function get HostType () : DTSObjectHostType

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
A value from DTSObjectHostType enumerator.

Implementa

IDTSObjectHost100.HostType

Consulte também

Referência

TaskHostClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper