Свойство ConnectionManagerHostClass.HostType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an enumeration that describes the type of host that the connection is being used by. This property is read-only.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property HostType As DTSObjectHostType
Get
'Применение
Dim instance As ConnectionManagerHostClass
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
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
One of the enumeration values of the DTSObjectHostType enumeration.
Реализует
Замечания
For more information, see ConnectionManager.