Add 方法 (ConditionedSqlList, XmlReadSettings)

Adds the specified SQL list and read settings to the property link. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Sub Add ( _
    list As ConditionedSqlList, _
    xrs As XmlReadSettings _
)
用法
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
)