Partilhar via


Método Add (ConditionedSqlList, XmlReadProperty)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Sub Add ( _
    list As ConditionedSqlList, _
    xrp As XmlReadProperty _
)
'Uso
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
)

Parâmetros