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
)
參數
- list
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Adds all the items in an existing collection into the object.
- xrpl
型別:Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadPropertyLink
Xml Read Property Link.