Compartilhar via


Propriedade do RDL IDTSObjectHost100.HostType

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

For more information, see TaskHost.

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

Sintaxe

'Declaração
ReadOnly Property HostType As DTSObjectHostType 
    Get
'Uso
Dim instance As IDTSObjectHost100 
Dim value As DTSObjectHostType 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType

Consulte também

Referência

IDTSObjectHost100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper