Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the name of the constrained container.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property ConstrainedExecutable As IDTSExecutable100
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
The name of the constrained container.
Implementa
IDTSPrecedenceConstraint100.ConstrainedExecutable
Comentarios
For more information, see PrecedenceConstraint.