PrecedenceConstraintClass.ConstrainedExecutable 属性
此 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.