Méthode SqlPropertyLink.Add (ConditionedSqlList, XmlReadProperty)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Sub Add ( _
    list As ConditionedSqlList, _
    xrp As XmlReadProperty _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SqlPropertyLink Classe

Surcharge Add

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc