Méthode SqlPropertyLink.AddAll
Adds all the items in an existing collection into the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Sub AddAll ( _
list As ConditionedSqlList, _
xrpl As XmlReadPropertyLink _
)
'Utilisation
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
)
Paramètres
- list
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Adds all the items in an existing collection into the object.
- xrpl
Type : Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadPropertyLink
Xml Read Property Link.