Свойство Parameter.IncludeInDebugDump
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the Parameter object is included in a debug dump.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public MustOverride Property IncludeInDebugDump As Boolean
Get
Set
'Применение
Dim instance As Parameter
Dim value As Boolean
value = instance.IncludeInDebugDump
instance.IncludeInDebugDump = value
public abstract bool IncludeInDebugDump { get; set; }
public:
virtual property bool IncludeInDebugDump {
bool get () abstract;
void set (bool value) abstract;
}
abstract IncludeInDebugDump : bool with get, set
abstract function get IncludeInDebugDump () : boolean
abstract function set IncludeInDebugDump (value : boolean)
Значение свойства
Тип: System.Boolean
true if the Parameter object is included in a debug dump; otherwise, false.