Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the IDataParameterCollection.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Private ReadOnly Property Parameters As IDataParameterCollection
Implements IDbCommand.Parameters
Get
'Usage
Dim instance As BusinessLogicCommand
Dim value As IDataParameterCollection
value = CType(instance, IDbCommand).Parameters
IDataParameterCollection IDbCommand.Parameters { get; }
private:
virtual property IDataParameterCollection^ Parameters {
IDataParameterCollection^ get () sealed = IDbCommand::Parameters::get;
}
private abstract Parameters : IDataParameterCollection
private override Parameters : IDataParameterCollection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Data.IDataParameterCollection
The collection of parameters.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace