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


Свойство SqlObjectBase.PostProcessList

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Protected Property PostProcessList As ConditionedSqlList 
    Get 
    Set
'Применение
Dim value As ConditionedSqlList 

value = Me.PostProcessList 

Me.PostProcessList = value
protected ConditionedSqlList PostProcessList { get; set; }
protected:
property ConditionedSqlList^ PostProcessList {
    ConditionedSqlList^ get ();
    void set (ConditionedSqlList^ value);
}
member PostProcessList : ConditionedSqlList with get, set
function get PostProcessList () : ConditionedSqlList 
function set PostProcessList (value : ConditionedSqlList)

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
The posted list of process for the level.

См. также

Справочник

SqlObjectBase Класс

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