Свойство Parameter.IsOutput

IsOutput property class of Parameter

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Shared Property IsOutput As ModelPropertyClass 
    Get 
    Friend Set
'Применение
Dim value As ModelPropertyClass 

value = Parameter.IsOutput
public static ModelPropertyClass IsOutput { get; internal set; }
public:
static property ModelPropertyClass^ IsOutput {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member IsOutput : ModelPropertyClass with get, internal set
static function get IsOutput () : ModelPropertyClass 
internal static function set IsOutput (value : ModelPropertyClass)

Значение свойства

Тип: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

См. также

Справочник

Parameter Класс

Пространство имен Microsoft.SqlServer.Dac.Model