Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Adds the specified ConditionedSql object to the list.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub Add ( _
obj As ConditionedSql _
)
'Usage
Dim instance As ConditionedSqlList
Dim obj As ConditionedSql
instance.Add(obj)
public void Add(
ConditionedSql obj
)
public:
void Add(
ConditionedSql^ obj
)
member Add :
obj:ConditionedSql -> unit
public function Add(
obj : ConditionedSql
)
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object to add.