Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.