Класс PrecedenceConstraintClass
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
For more information, see PrecedenceConstraint.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraintClass
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class PrecedenceConstraintClass _
Implements IDTSPrecedenceConstraint100, PrecedenceConstraint
'Применение
Dim instance As PrecedenceConstraintClass
[GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class PrecedenceConstraintClass : IDTSPrecedenceConstraint100,
PrecedenceConstraint
[GuidAttribute(L"7ED456BA-8FA8-4416-8434-D225F9492282")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class PrecedenceConstraintClass : IDTSPrecedenceConstraint100,
PrecedenceConstraint
[<GuidAttribute("7ED456BA-8FA8-4416-8434-D225F9492282")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type PrecedenceConstraintClass =
class
interface IDTSPrecedenceConstraint100
interface PrecedenceConstraint
end
public class PrecedenceConstraintClass implements IDTSPrecedenceConstraint100, PrecedenceConstraint
Тип PrecedenceConstraintClass обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
PrecedenceConstraintClass | Инфраструктура. Initializes a new instance of the PrecedenceConstraintClass class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
ConstrainedExecutable | Инфраструктура. Gets the name of the constrained container. | |
EvalOp | Инфраструктура. Gets or sets the evaluation operations used by the precedence constraint. | |
EvaluatesTrue | Инфраструктура. Gets the Boolean value of the Value property. | |
LogicalAnd | Инфраструктура. Gets or sets a value that indicates whether multiple constraints work together. | |
Parent | Инфраструктура. Gets the parent of the PrecedenceConstraintClass object. | |
PrecedenceExecutable | Инфраструктура. Gets the name of the precedence executable. | |
Value | Инфраструктура. Gets a value from the DTSExecResult enumeration. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.