Sdílet prostřednictvím


SqlPropertyLink Constructor (XmlReadSettings)

Initializes a new instance of the SqlPropertyLink class with the specified setting 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 ( _
    xrs As XmlReadSettings _
)
'Usage
Dim xrs As XmlReadSettings

Dim instance As New SqlPropertyLink(xrs)
public SqlPropertyLink(
    XmlReadSettings xrs
)
public:
SqlPropertyLink(
    XmlReadSettings^ xrs
)
new : 
        xrs:XmlReadSettings -> SqlPropertyLink
public function SqlPropertyLink(
    xrs : XmlReadSettings
)

Parameters