次の方法で共有


SqlPropertyLink.Add メソッド (ConditionedSqlList, XmlReadProperty)

このメンバーをコード内で直接参照しないでください。このメンバーは、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, _
    xrp As XmlReadProperty _
)
'使用
Dim list As ConditionedSqlList 
Dim xrp As XmlReadProperty 

SqlPropertyLink.Add(list, xrp)
public static void Add(
    ConditionedSqlList list,
    XmlReadProperty xrp
)
public:
static void Add(
    ConditionedSqlList^ list, 
    XmlReadProperty^ xrp
)
static member Add : 
        list:ConditionedSqlList * 
        xrp:XmlReadProperty -> unit
public static function Add(
    list : ConditionedSqlList, 
    xrp : XmlReadProperty
)

パラメーター

関連項目

参照

SqlPropertyLink クラス

Add オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間