Интерфейс IDTSParameter100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents an interface for the abstract base class used by both package parameter and project parameter.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface IDTSParameter100
'Применение
Dim instance As IDTSParameter100
[GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface IDTSParameter100
[GuidAttribute(L"05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface class IDTSParameter100
[<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")>]
type IDTSParameter100 = interface end
public interface IDTSParameter100
Тип IDTSParameter100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
DataType | Инфраструктура. Gets the data type of the Parameter object. | |
IncludeInDebugDump | Инфраструктура. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Required | Инфраструктура. Gets or sets a value that indicates whether the Parameter object is a required parameter. | |
Sensitive | Инфраструктура. Gets or sets a value that indicates whether the Parameter object contains sensitive data. | |
Value | Инфраструктура. Gets or sets the value of the Parameter object. |
В начало