XmlReadRepeated Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XmlReadRepeated() |
default constructor |
XmlReadRepeated(XmlRead) |
initialize with the reader |
XmlReadRepeated()
default constructor
public XmlReadRepeated ();
Public Sub New ()
Applies to
XmlReadRepeated(XmlRead)
initialize with the reader
public XmlReadRepeated (Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead xmlReader);
new Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadRepeated : Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead -> Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadRepeated
Public Sub New (xmlReader As XmlRead)
Parameters
- xmlReader
- XmlRead