Add メソッド (ConditionedSqlList, XmlReadSettings)
指定した SQL リストおよび読み取り設定をプロパティ リンクに追加します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: 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
)
パラメーター
- list
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
条件付きの SQL リストです。
- xrs
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadSettings
XML 読み取り設定です。