Compartir a través de


PostProcessList Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Property PostProcessList As ConditionedSqlList
    Get
    Set
'Uso
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)

Valor de la propiedad

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