Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the type of the parameter.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка: Microsoft.SqlServer.SQLTask (в Microsoft.SqlServer.SQLTask.dll)
Синтаксис
'Декларация
Property ParameterDirection As ParameterDirections
Get
Set
'Применение
Dim instance As IDTSParameterBinding
Dim value As ParameterDirections
value = instance.ParameterDirection
instance.ParameterDirection = value
ParameterDirections ParameterDirection { get; set; }
property ParameterDirections ParameterDirection {
ParameterDirections get ();
void set (ParameterDirections value);
}
abstract ParameterDirection : ParameterDirections with get, set
function get ParameterDirection () : ParameterDirections
function set ParameterDirection (value : ParameterDirections)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections
A value from the ParameterDirections that indicates the type of the parameter.
См. также
Справочник
IDTSParameterBinding Интерфейс
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask