Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes the LinkMultiple object that is used by this ConditionedSql object with the multiple link information contained in the specified XmlReadMultipleLink object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddLinkMultiple ( _
xrmpl As XmlReadMultipleLink _
)
'Usage
Dim instance As ConditionedSql
Dim xrmpl As XmlReadMultipleLink
instance.AddLinkMultiple(xrmpl)
public void AddLinkMultiple(
XmlReadMultipleLink xrmpl
)
public:
void AddLinkMultiple(
XmlReadMultipleLink^ xrmpl
)
member AddLinkMultiple :
xrmpl:XmlReadMultipleLink -> unit
public function AddLinkMultiple(
xrmpl : XmlReadMultipleLink
)
Parameters
- xrmpl
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadMultipleLink
A XmlReadMultipleLink object that contains the multiple link information.