SqlPropertyLink.Add Method (ConditionedSqlList, XmlReadSettings)
Adds the specified SQL list and read settings to the property link. 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, _
xrs As XmlReadSettings _
)
'Usage
Dim list As ConditionedSqlList
Dim xrs As XmlReadSettings
SqlPropertyLink.Add(list, xrs)
public static void Add(
ConditionedSqlList list,
XmlReadSettings xrs
)
public:
static void Add(
ConditionedSqlList^ list,
XmlReadSettings^ xrs
)
static member Add :
list:ConditionedSqlList *
xrs:XmlReadSettings -> unit
public static function Add(
list : ConditionedSqlList,
xrs : XmlReadSettings
)
Parameters
- list
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Conditioned SQL list.
- xrs
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings
XML read settings.
See Also