Partager via


Propriété PostProcessFields

Gets the fields after the process. 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
Public ReadOnly Property PostProcessFields As StringCollection
    Get
'Utilisation
Dim instance As SqlEnumResult
Dim value As StringCollection

value = instance.PostProcessFields
public StringCollection PostProcessFields { get; }
public:
property StringCollection^ PostProcessFields {
    StringCollection^ get ();
}
member PostProcessFields : StringCollection
function get PostProcessFields () : StringCollection

Valeur de propriété

Type : System.Collections.Specialized. . :: . .StringCollection
The fields after the process.