Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Property PostProcessList As ConditionedSqlList
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
The posted list of process for the level.