Propriété PostProcessList
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Property PostProcessList As ConditionedSqlList
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
The posted list of process for the level.