Конструктор XmlReadInclude
Initializes a new instance of the XmlReadInclude class with the specified xmlReader parameter. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
xmlReader As XmlRead _
)
'Применение
Dim xmlReader As XmlRead
Dim instance As New XmlReadInclude(xmlReader)
public XmlReadInclude(
XmlRead xmlReader
)
public:
XmlReadInclude(
XmlRead^ xmlReader
)
new :
xmlReader:XmlRead -> XmlReadInclude
public function XmlReadInclude(
xmlReader : XmlRead
)
Параметры
- xmlReader
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlRead
The XmlReader object that you wish to use as the underlying reader.