共用方式為


SqlPropertyLink.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
)

參數

請參閱

參考

SqlPropertyLink 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間