AddAll Método
Adds all the items in an existing collection into the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Shared Sub AddAll ( _
list As ConditionedSqlList, _
xrpl As XmlReadPropertyLink _
)
'Uso
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
)
Parámetros
- list
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
Adds all the items in an existing collection into the object.
- xrpl
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadPropertyLink
Xml Read Property Link.
Vea también