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
- list
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Conditioned SQL list.
- xrp
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperty
The property tag of the xml.
See Also