HostType-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see TaskHost.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HostType As DTSObjectHostType
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSObjectHostType