Propriedade HostType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do 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
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
Implementa
Consulte também