Dela via


SqlPropertyLink.Add Method (ConditionedSqlList, XmlReadProperty)

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 Shared Sub Add ( _
    list As ConditionedSqlList, _
    xrp As XmlReadProperty _
)
'Usage
Dim list As ConditionedSqlList
Dim xrp As XmlReadProperty

SqlPropertyLink.Add(list, xrp)
public static void Add(
    ConditionedSqlList list,
    XmlReadProperty xrp
)
public:
static void Add(
    ConditionedSqlList^ list, 
    XmlReadProperty^ xrp
)
static member Add : 
        list:ConditionedSqlList * 
        xrp:XmlReadProperty -> unit 
public static function Add(
    list : ConditionedSqlList, 
    xrp : XmlReadProperty
)

Parameters