Partilhar via


Construtor SqlPropertyLink (XmlReadProperty)

Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Sub New ( _
    xrp As XmlReadProperty _
)
'Uso
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
)

Parâmetros