Condividi tramite


Metodo AddAll

Adds all the items in an existing collection into the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Sub AddAll ( _
    list As ConditionedSqlList, _
    xrpl As XmlReadPropertyLink _
)
'Utilizzo
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
)

Parametri