Construtor XmlReadProperty
Initializes a new instance of the XmlReadProperty 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 XmlReadProperty(xmlReader)
public XmlReadProperty(
XmlRead xmlReader
)
public:
XmlReadProperty(
XmlRead^ xmlReader
)
new :
xmlReader:XmlRead -> XmlReadProperty
public function XmlReadProperty(
xmlReader : XmlRead
)
Parâmetros
- xmlReader
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead
The Xml Reader used in the property.