Proprietà IDTSObjectHost100.HostType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see TaskHost.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property HostType As DTSObjectHostType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSObjectHost100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper