Construtor XmlReadOrderByRedirect
Initializes a new instance of the XmlReadOrderByRedirect class with the specified xmlReader parameter. 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 XmlReadOrderByRedirect(xmlReader)
public XmlReadOrderByRedirect(
XmlRead xmlReader
)
public:
XmlReadOrderByRedirect(
XmlRead^ xmlReader
)
new :
xmlReader:XmlRead -> XmlReadOrderByRedirect
public function XmlReadOrderByRedirect(
xmlReader : XmlRead
)
Parâmetros
- xmlReader
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead
Represents the Xml Reader.