Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.