SqlPropertyLink 构造函数 (XmlReadProperty)

Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    xrp As XmlReadProperty _
)
用法
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
)

参数