Udostępnij za pośrednictwem


Konstruktor XmlReadConditionedStatementFailCondition

Inicjuje nowe wystąpienie XmlReadConditionedStatementFailCondition klasy z parametrem określony element xmlReader. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Deklaracja
Public Sub New ( _
    xmlReader As XmlRead _
)
'Użycie
Dim xmlReader As XmlRead

Dim instance As New XmlReadConditionedStatementFailCondition(xmlReader)
public XmlReadConditionedStatementFailCondition(
    XmlRead xmlReader
)
public:
XmlReadConditionedStatementFailCondition(
    XmlRead^ xmlReader
)
new : 
        xmlReader:XmlRead -> XmlReadConditionedStatementFailCondition
public function XmlReadConditionedStatementFailCondition(
    xmlReader : XmlRead
)

Parameters