Поделиться через


Свойство StoredProcedureParameter.IsOutputParameter

Gets or sets the Boolean property that specifies whether the parameter is an output parameter.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsOutputParameter As Boolean 
    Get 
    Set
'Применение
Dim instance As StoredProcedureParameter 
Dim value As Boolean 

value = instance.IsOutputParameter

instance.IsOutputParameter = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsOutputParameter { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsOutputParameter {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsOutputParameter : bool with get, set
function get IsOutputParameter () : boolean 
function set IsOutputParameter (value : boolean)

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

Тип: System.Boolean
A Boolean value that specifies whether the stored procedure parameter is an output parameter.If True, the referenced stored procedure parameter is an output parameter, which contains returned results after the stored procedure is called.If False (default), the referenced stored procedure parameter is an input parameter, which contains arguments that are used within the stored procedure.

Примеры

Создание, изменение и удаление хранимых процедур

См. также

Справочник

StoredProcedureParameter Класс

Пространство имен Microsoft.SqlServer.Management.Smo