SqlPropertyLink.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(ConditionedSqlList, XmlReadProperty) |
add from a property tag |
Add(ConditionedSqlList, XmlReadSettings) |
add from setting tag |
Add(ConditionedSqlList, XmlReadProperty)
add from a property tag
public static void Add (Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList list, Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperty xrp);
static member Add : Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList * Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperty -> unit
Public Shared Sub Add (list As ConditionedSqlList, xrp As XmlReadProperty)
Parameters
- list
- ConditionedSqlList
- xrp
- XmlReadProperty
Applies to
Add(ConditionedSqlList, XmlReadSettings)
add from setting tag
public static void Add (Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList list, Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings xrs);
static member Add : Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList * Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings -> unit
Public Shared Sub Add (list As ConditionedSqlList, xrs As XmlReadSettings)
Parameters
- list
- ConditionedSqlList
- xrs
- XmlReadSettings