Свойство IDTSObjectModel100.EnableDisconnectedColumns
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Property EnableDisconnectedColumns As Boolean
Get
Set
'Применение
Dim instance As IDTSObjectModel100
Dim value As Boolean
value = instance.EnableDisconnectedColumns
instance.EnableDisconnectedColumns = value
bool EnableDisconnectedColumns { get; set; }
property bool EnableDisconnectedColumns {
bool get ();
void set (bool value);
}
abstract EnableDisconnectedColumns : bool with get, set
function get EnableDisconnectedColumns () : boolean
function set EnableDisconnectedColumns (value : boolean)
Значение свойства
Тип: System.Boolean
true if the data flow task enables the disconnected columns; otherwise, false.