此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the name of the constrained container.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable ReadOnly Property ConstrainedExecutable As IDTSExecutable100
Get
'用途
Dim instance As PrecedenceConstraintClass
Dim value As IDTSExecutable100
value = instance.ConstrainedExecutable
public virtual IDTSExecutable100 ConstrainedExecutable { get; }
public:
virtual property IDTSExecutable100^ ConstrainedExecutable {
IDTSExecutable100^ get ();
}
abstract ConstrainedExecutable : IDTSExecutable100
override ConstrainedExecutable : IDTSExecutable100
function get ConstrainedExecutable () : IDTSExecutable100
屬性值
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
The name of the constrained container.
實作
IDTSPrecedenceConstraint100.ConstrainedExecutable
備註
For more information, see PrecedenceConstraint.