Udostępnij przez


Metoda SqlPropertyLink.AddAll

Dodaje wszystkie elementy kolekcja do obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Shared Sub AddAll ( _
    list As ConditionedSqlList, _
    xrpl As XmlReadPropertyLink _
)
'Użycie
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
)

Parametry