IDTSOutput90.Dangling Property
Gets or sets a value that notifies the data flow engine that the IDTSOutput90 can be unattached.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DispIdAttribute(120)> _
Property Dangling As Boolean
[DispIdAttribute(120)]
bool Dangling { get; set; }
[DispIdAttribute(120)]
property bool Dangling {
bool get ();
void set ([InAttribute] bool pbDangling);
}
/** @property */
/** @attribute DispIdAttribute(120) */
boolean get_Dangling ()
/** @property */
/** @attribute DispIdAttribute(120) */
void set_Dangling (/** @attribute InAttribute() */ boolean pbDangling)
DispIdAttribute(120)
function get Dangling () : boolean
DispIdAttribute(120)
function set Dangling (pbDangling : boolean)
속성 값
true if the output is unattached during execution; otherwise, false.
주의
The data flow task posts a validation error when an unattached output is discovered, since this normally prevents the task from running. Setting this property to true overcomes this restriction and allows components to maintain unattached outputs without causing a validation error. In contrast, if this property is set to true, and the output is attached to an input, the data flow task fails validation.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSOutput90 Interface
IDTSOutput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace