SqlPropertyLink.Add 方法 (ConditionedSqlList, XmlReadSettings)

Adds the specified SQL list and read settings to the property link.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Sub Add ( _
    list As ConditionedSqlList, _
    xrs As XmlReadSettings _
)
用法
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
)

参数

请参阅

参考

SqlPropertyLink 类

Add 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间