AddAll 方法

Adds all the items in an existing collection into the object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Shared Sub AddAll ( _
    list As ConditionedSqlList, _
    xrpl As XmlReadPropertyLink _
)
用法
Dim list As ConditionedSqlList
Dim xrpl As XmlReadPropertyLink

SqlPropertyLink.AddAll(list, xrpl)
public static void AddAll(
    ConditionedSqlList list,
    XmlReadPropertyLink xrpl
)
public:
static void AddAll(
    ConditionedSqlList^ list, 
    XmlReadPropertyLink^ xrpl
)
static member AddAll : 
        list:ConditionedSqlList * 
        xrpl:XmlReadPropertyLink -> unit 
public static function AddAll(
    list : ConditionedSqlList, 
    xrpl : XmlReadPropertyLink
)

参数