Construtor XmlReadConditionedStatementPostProcess
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
xmlReader As XmlRead _
)
'Uso
Dim xmlReader As XmlRead
Dim instance As New XmlReadConditionedStatementPostProcess(xmlReader)
public XmlReadConditionedStatementPostProcess(
XmlRead xmlReader
)
public:
XmlReadConditionedStatementPostProcess(
XmlRead^ xmlReader
)
new :
xmlReader:XmlRead -> XmlReadConditionedStatementPostProcess
public function XmlReadConditionedStatementPostProcess(
xmlReader : XmlRead
)
Parâmetros
- xmlReader
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlRead
Reads the xml.
Consulte também