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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes the parameter object from the collection.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub Remove ( _
value As BusinessLogicParameterCollection _
)
'Usage
Dim instance As BusinessLogicParameterCollection
Dim value As BusinessLogicParameterCollection
instance.Remove(value)
public void Remove(
BusinessLogicParameterCollection value
)
public:
void Remove(
BusinessLogicParameterCollection^ value
)
member Remove :
value:BusinessLogicParameterCollection -> unit
public function Remove(
value : BusinessLogicParameterCollection
)
Parameters
- value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
The value of the parameter object to remove.
See Also
Reference
BusinessLogicParameterCollection Class
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace