Sdílet prostřednictvím


SqlPropertyLink Constructor (XmlReadProperty)

Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    xrp As XmlReadProperty _
)
'Usage
Dim xrp As XmlReadProperty

Dim instance As New SqlPropertyLink(xrp)
public SqlPropertyLink(
    XmlReadProperty xrp
)
public:
SqlPropertyLink(
    XmlReadProperty^ xrp
)
new : 
        xrp:XmlReadProperty -> SqlPropertyLink
public function SqlPropertyLink(
    xrp : XmlReadProperty
)

Parameters