Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds the specified SQL list and read settings to the property link.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Sub Add ( _
list As ConditionedSqlList, _
xrs As XmlReadSettings _
)
'Usage
Dim list As ConditionedSqlList
Dim xrs As XmlReadSettings
SqlPropertyLink.Add(list, xrs)
public static void Add(
ConditionedSqlList list,
XmlReadSettings xrs
)
public:
static void Add(
ConditionedSqlList^ list,
XmlReadSettings^ xrs
)
static member Add :
list:ConditionedSqlList *
xrs:XmlReadSettings -> unit
public static function Add(
list : ConditionedSqlList,
xrs : XmlReadSettings
)
Parameters
- list
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Conditioned SQL list.
- xrs
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings
XML read settings.