Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds all the items in an existing collection into the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Sub AddAll ( _
list As ConditionedSqlList, _
xrpl As XmlReadPropertyLink _
)
'Usage
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
)
Parameter
- list
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Adds all the items in an existing collection into the object.
- xrpl
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadPropertyLink
Xml Read Property Link.