Proprietà PostProcess
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PostProcess As XmlReadConditionedStatementPostProcess
Get
'Utilizzo
Dim instance As XmlReadSettings
Dim value As XmlReadConditionedStatementPostProcess
value = instance.PostProcess
public XmlReadConditionedStatementPostProcess PostProcess { get; }
public:
property XmlReadConditionedStatementPostProcess^ PostProcess {
XmlReadConditionedStatementPostProcess^ get ();
}
member PostProcess : XmlReadConditionedStatementPostProcess
function get PostProcess () : XmlReadConditionedStatementPostProcess
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadConditionedStatementPostProcess
The post process attribute.
Vedere anche