Add-Methode (String, Object)
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function Add ( _
parameterName As String, _
value As Object _
) As Integer
'Usage
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim value As Object
Dim returnValue As Integer
returnValue = instance.Add(parameterName, _
value)
public int Add(
string parameterName,
Object value
)
public:
int Add(
String^ parameterName,
Object^ value
)
member Add :
parameterName:string *
value:Object -> int
public function Add(
parameterName : String,
value : Object
) : int