Freigeben über


Add-Methode (ConditionedSqlList, XmlReadSettings)

Adds the specified SQL list and read settings to the property link. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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
)